# HG changeset patch # User Christian Kamm # Date 1219937416 -7200 # Node ID a2c2122f2f66d80171adc0f1eaec099851b1ea03 # Parent 276327753cc75281804c38ea198abe5070fa1f2f Remove error line information for simple tests that may legitimately have another line referenced in the error message. diff -r 276327753cc7 -r a2c2122f2f66 nocompile/t/typedef_11_G.d --- a/nocompile/t/typedef_11_G.d Thu Aug 28 10:12:53 2008 +0200 +++ b/nocompile/t/typedef_11_G.d Thu Aug 28 17:30:16 2008 +0200 @@ -6,8 +6,6 @@ // @date@ 2006-02-11 // @uri@ http://d.puremagic.com/issues/show_bug.cgi?id=724 -// __DSTRESS_ELINE__ 14 - module dstress.nocompile.t.typedef_11_G; typedef a b; diff -r 276327753cc7 -r a2c2122f2f66 nocompile/t/typedef_16_A.d --- a/nocompile/t/typedef_16_A.d Thu Aug 28 10:12:53 2008 +0200 +++ b/nocompile/t/typedef_16_A.d Thu Aug 28 17:30:16 2008 +0200 @@ -6,8 +6,6 @@ // @date@ 2006-07-11 // @uri@ http://d.puremagic.com/issues/show_bug.cgi?id=249 -// __DSTRESS_ELINE__ 14 - module dstress.nocompile.t.typedef_16_A; typedef foo bar;