annotate nocompile/t/typedef_16_A.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 daef239f37cf
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1081
9c3cacbcf244 <jpelcis@gmail.com>
thomask
parents:
diff changeset
1 // $HeadURL$
9c3cacbcf244 <jpelcis@gmail.com>
thomask
parents:
diff changeset
2 // $Date$
9c3cacbcf244 <jpelcis@gmail.com>
thomask
parents:
diff changeset
3 // $Author$
9c3cacbcf244 <jpelcis@gmail.com>
thomask
parents:
diff changeset
4
9c3cacbcf244 <jpelcis@gmail.com>
thomask
parents:
diff changeset
5 // @author@ <jpelcis@gmail.com>
9c3cacbcf244 <jpelcis@gmail.com>
thomask
parents:
diff changeset
6 // @date@ 2006-07-11
1320
daef239f37cf sed'ed replacement of new:...http.d.puremagic.com/issues/ with http://d.puremagic.com/issues/show_bug.cgi?...
thomask
parents: 1081
diff changeset
7 // @uri@ http://d.puremagic.com/issues/show_bug.cgi?id=249
1081
9c3cacbcf244 <jpelcis@gmail.com>
thomask
parents:
diff changeset
8
9c3cacbcf244 <jpelcis@gmail.com>
thomask
parents:
diff changeset
9 module dstress.nocompile.t.typedef_16_A;
9c3cacbcf244 <jpelcis@gmail.com>
thomask
parents:
diff changeset
10
9c3cacbcf244 <jpelcis@gmail.com>
thomask
parents:
diff changeset
11 typedef foo bar;
9c3cacbcf244 <jpelcis@gmail.com>
thomask
parents:
diff changeset
12 typedef bar foo;