X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=gcc%2Ftestsuite%2Fgdc.test%2Ffail_compilation%2Fice15332.d;h=dbedc73a6e4dd492a0a2ff0c9db404ad7664ce39;hb=5fee5ec362f7a243f459e6378fd49dfc89dc9fb5;hp=41411782bf4a82f43efe74c8fbcb728035237df2;hpb=b3f60112edcb85b459e60f66c44a55138b1cef49;p=thirdparty%2Fgcc.git diff --git a/gcc/testsuite/gdc.test/fail_compilation/ice15332.d b/gcc/testsuite/gdc.test/fail_compilation/ice15332.d index 41411782bf4a..dbedc73a6e4d 100644 --- a/gcc/testsuite/gdc.test/fail_compilation/ice15332.d +++ b/gcc/testsuite/gdc.test/fail_compilation/ice15332.d @@ -1,8 +1,8 @@ /* TEST_OUTPUT: --- -fail_compilation/ice15332.d(16): Error: need 'this' for 'fun' of type 'int()' -fail_compilation/ice15332.d(17): Error: need 'this' for 'var' of type 'int' +fail_compilation/ice15332.d(16): Error: need `this` for `fun` of type `int()` +fail_compilation/ice15332.d(17): Error: need `this` for `var` of type `int` --- */