diff options
Diffstat (limited to 'gcc/testsuite/gdc.test/fail_compilation/fail10964.d')
-rw-r--r-- | gcc/testsuite/gdc.test/fail_compilation/fail10964.d | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gcc/testsuite/gdc.test/fail_compilation/fail10964.d b/gcc/testsuite/gdc.test/fail_compilation/fail10964.d index 7b7c826d354..de3673f7860 100644 --- a/gcc/testsuite/gdc.test/fail_compilation/fail10964.d +++ b/gcc/testsuite/gdc.test/fail_compilation/fail10964.d @@ -1,13 +1,13 @@ /* TEST_OUTPUT: --- -fail_compilation/fail10964.d(28): Error: function `fail10964.S.__postblit` is not nothrow -fail_compilation/fail10964.d(29): Error: function `fail10964.S.__postblit` is not nothrow -fail_compilation/fail10964.d(30): Error: function `fail10964.S.__postblit` is not nothrow -fail_compilation/fail10964.d(33): Error: function `fail10964.S.__postblit` is not nothrow -fail_compilation/fail10964.d(34): Error: function `fail10964.S.__postblit` is not nothrow -fail_compilation/fail10964.d(35): Error: function `fail10964.S.__postblit` is not nothrow -fail_compilation/fail10964.d(22): Error: nothrow function `fail10964.foo` may throw +fail_compilation/fail10964.d(28): Error: function `fail10964.S.__postblit` is not `nothrow` +fail_compilation/fail10964.d(29): Error: function `fail10964.S.__postblit` is not `nothrow` +fail_compilation/fail10964.d(30): Error: function `fail10964.S.__postblit` is not `nothrow` +fail_compilation/fail10964.d(33): Error: function `fail10964.S.__postblit` is not `nothrow` +fail_compilation/fail10964.d(34): Error: function `fail10964.S.__postblit` is not `nothrow` +fail_compilation/fail10964.d(35): Error: function `fail10964.S.__postblit` is not `nothrow` +fail_compilation/fail10964.d(22): Error: `nothrow` function `fail10964.foo` may throw --- */ |