comparison 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
comparison
equal deleted inserted replaced
1592:276327753cc7 1593:a2c2122f2f66
4 4
5 // @author@ <jpelcis@gmail.com> 5 // @author@ <jpelcis@gmail.com>
6 // @date@ 2006-07-11 6 // @date@ 2006-07-11
7 // @uri@ http://d.puremagic.com/issues/show_bug.cgi?id=249 7 // @uri@ http://d.puremagic.com/issues/show_bug.cgi?id=249
8 8
9 // __DSTRESS_ELINE__ 14
10
11 module dstress.nocompile.t.typedef_16_A; 9 module dstress.nocompile.t.typedef_16_A;
12 10
13 typedef foo bar; 11 typedef foo bar;
14 typedef bar foo; 12 typedef bar foo;