annotate nocompile/t/typedef_11_G.d @ 1593:a2c2122f2f66

Remove error line information for simple tests that may legitimately have another line referenced in the error message.
author Christian Kamm <kamm incasoftware de>
date Thu, 28 Aug 2008 17:30:16 +0200
parents 902d2c168029
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
823
bb920dff06c6 Deewiant <deewiant.doesnotlike.spam@gmail.com>
thomask
parents:
diff changeset
1 // $HeadURL$
bb920dff06c6 Deewiant <deewiant.doesnotlike.spam@gmail.com>
thomask
parents:
diff changeset
2 // $Date$
bb920dff06c6 Deewiant <deewiant.doesnotlike.spam@gmail.com>
thomask
parents:
diff changeset
3 // $Author$
bb920dff06c6 Deewiant <deewiant.doesnotlike.spam@gmail.com>
thomask
parents:
diff changeset
4
bb920dff06c6 Deewiant <deewiant.doesnotlike.spam@gmail.com>
thomask
parents:
diff changeset
5 // @author@ Deewiant <deewiant.doesnotlike.spam@gmail.com>
bb920dff06c6 Deewiant <deewiant.doesnotlike.spam@gmail.com>
thomask
parents:
diff changeset
6 // @date@ 2006-02-11
1380
902d2c168029 updates for DMD-1.007
thomask
parents: 823
diff changeset
7 // @uri@ http://d.puremagic.com/issues/show_bug.cgi?id=724
823
bb920dff06c6 Deewiant <deewiant.doesnotlike.spam@gmail.com>
thomask
parents:
diff changeset
8
bb920dff06c6 Deewiant <deewiant.doesnotlike.spam@gmail.com>
thomask
parents:
diff changeset
9 module dstress.nocompile.t.typedef_11_G;
bb920dff06c6 Deewiant <deewiant.doesnotlike.spam@gmail.com>
thomask
parents:
diff changeset
10
bb920dff06c6 Deewiant <deewiant.doesnotlike.spam@gmail.com>
thomask
parents:
diff changeset
11 typedef a b;
bb920dff06c6 Deewiant <deewiant.doesnotlike.spam@gmail.com>
thomask
parents:
diff changeset
12 typedef b a;