diff options
Diffstat (limited to 'gcc/testsuite/gdc.test/fail_compilation/ice15332.d')
-rw-r--r-- | gcc/testsuite/gdc.test/fail_compilation/ice15332.d | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/gdc.test/fail_compilation/ice15332.d b/gcc/testsuite/gdc.test/fail_compilation/ice15332.d index 41411782bf4..dbedc73a6e4 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` --- */ |