diff options
Diffstat (limited to 'gcc/testsuite/gdc.test/fail_compilation/fail160.d')
-rw-r--r-- | gcc/testsuite/gdc.test/fail_compilation/fail160.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gdc.test/fail_compilation/fail160.d b/gcc/testsuite/gdc.test/fail_compilation/fail160.d index 1e2414cf74b..c07c8d36091 100644 --- a/gcc/testsuite/gdc.test/fail_compilation/fail160.d +++ b/gcc/testsuite/gdc.test/fail_compilation/fail160.d @@ -1,7 +1,7 @@ /* TEST_OUTPUT: --- -fail_compilation/fail160.d(22): Error: typeid(fail160.Foo).vtbl is not yet implemented at compile time +fail_compilation/fail160.d(22): Error: `typeid(fail160.Foo).vtbl` is not yet implemented at compile time --- */ |