diff options
Diffstat (limited to 'gcc/testsuite/gdc.test/fail_compilation/test16095.d')
-rw-r--r-- | gcc/testsuite/gdc.test/fail_compilation/test16095.d | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gcc/testsuite/gdc.test/fail_compilation/test16095.d b/gcc/testsuite/gdc.test/fail_compilation/test16095.d index cb164f5edae..38a3a7dfbc9 100644 --- a/gcc/testsuite/gdc.test/fail_compilation/test16095.d +++ b/gcc/testsuite/gdc.test/fail_compilation/test16095.d @@ -1,11 +1,9 @@ /* -REQUIRED_ARGS: -PERMUTE_ARGS: TEST_OUTPUT: --- -fail_compilation/test16095.d(20): Error: shared method test16095.C.ping is not callable using a non-shared a -fail_compilation/test16095.d(30): Error: shared method test16095.S.ping is not callable using a non-shared *a -fail_compilation/test16095.d(43): Error: mutable method test16095.Foo.flip is not callable using a immutable foo +fail_compilation/test16095.d(18): Error: `shared` method `test16095.C.ping` is not callable using a non-shared `a` +fail_compilation/test16095.d(28): Error: `shared` method `test16095.S.ping` is not callable using a non-shared `*a` +fail_compilation/test16095.d(41): Error: mutable method `test16095.Foo.flip` is not callable using a `immutable` `foo` --- */ // https://issues.dlang.org/show_bug.cgi?id=16095 |