diff options
Diffstat (limited to 'gcc/testsuite/gdc.test/fail_compilation/fail11591b.d')
-rw-r--r-- | gcc/testsuite/gdc.test/fail_compilation/fail11591b.d | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/testsuite/gdc.test/fail_compilation/fail11591b.d b/gcc/testsuite/gdc.test/fail_compilation/fail11591b.d index 42e89c96459..ef4fe16a2c8 100644 --- a/gcc/testsuite/gdc.test/fail_compilation/fail11591b.d +++ b/gcc/testsuite/gdc.test/fail_compilation/fail11591b.d @@ -1,7 +1,7 @@ /* TEST_OUTPUT: --- -fail_compilation/fail11591b.d(16): Error: AA key type S11591 does not have 'bool opEquals(ref const S11591) const' +fail_compilation/fail11591b.d(16): Error: AA key type `S11591` does not have `bool opEquals(ref const S11591) const` --- */ @@ -19,8 +19,8 @@ void test11591() /* TEST_OUTPUT: --- -fail_compilation/fail11591b.d(30): Error: AA key type S12307a does not have 'bool opEquals(ref const S12307a) const' -fail_compilation/fail11591b.d(31): Error: AA key type S12307b does not have 'bool opEquals(ref const S12307b) const' +fail_compilation/fail11591b.d(30): Error: AA key type `S12307a` does not have `bool opEquals(ref const S12307a) const` +fail_compilation/fail11591b.d(31): Error: AA key type `S12307b` does not have `bool opEquals(ref const S12307b) const` --- */ struct S12307a { bool opEquals(T : typeof(this))(T) { return false; } } |