annotate nocompile/bug_template_1455_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 d3a3e0c251d8
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
299
da96294e4233 post Sinai part 1/3
thomask
parents:
diff changeset
1 // $HeadURL$
da96294e4233 post Sinai part 1/3
thomask
parents:
diff changeset
2 // $Date$
da96294e4233 post Sinai part 1/3
thomask
parents:
diff changeset
3 // $Author$
da96294e4233 post Sinai part 1/3
thomask
parents:
diff changeset
4
da96294e4233 post Sinai part 1/3
thomask
parents:
diff changeset
5 // @author@ Lars Ivar Igesund <larsivar@igesund.net>
da96294e4233 post Sinai part 1/3
thomask
parents:
diff changeset
6 // @date@ 2005-02-22
da96294e4233 post Sinai part 1/3
thomask
parents:
diff changeset
7 // @uri@ news:cvg5mn$19lb$1@digitaldaemon.com
1384
d3a3e0c251d8 nntp: -> http:
thomask
parents: 1383
diff changeset
8 // @uri@ http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=digitalmars.D.bugs&artnum=3035
299
da96294e4233 post Sinai part 1/3
thomask
parents:
diff changeset
9
338
1f6cf5ccfbc9 1) updated rules to dmd-0.119
thomask
parents: 299
diff changeset
10 // __DSTRESS_ELINE__ 17
1f6cf5ccfbc9 1) updated rules to dmd-0.119
thomask
parents: 299
diff changeset
11
299
da96294e4233 post Sinai part 1/3
thomask
parents:
diff changeset
12 module dstress.nocompile.bug_template_1455_A;
da96294e4233 post Sinai part 1/3
thomask
parents:
diff changeset
13
da96294e4233 post Sinai part 1/3
thomask
parents:
diff changeset
14 class Foo(T) {
da96294e4233 post Sinai part 1/3
thomask
parents:
diff changeset
15 }
da96294e4233 post Sinai part 1/3
thomask
parents:
diff changeset
16
da96294e4233 post Sinai part 1/3
thomask
parents:
diff changeset
17 class Bar : Foo!(Nothing){
da96294e4233 post Sinai part 1/3
thomask
parents:
diff changeset
18 }