diff options
Diffstat (limited to 'gcc/testsuite/gdc.test/fail_compilation/test15704.d')
-rw-r--r-- | gcc/testsuite/gdc.test/fail_compilation/test15704.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gdc.test/fail_compilation/test15704.d b/gcc/testsuite/gdc.test/fail_compilation/test15704.d index 6b4190611c7..d818033de10 100644 --- a/gcc/testsuite/gdc.test/fail_compilation/test15704.d +++ b/gcc/testsuite/gdc.test/fail_compilation/test15704.d @@ -1,7 +1,7 @@ /* * TEST_OUTPUT: --- -fail_compilation/test15704.d(15): Error: cannot copy void[] to void[] in @safe code +fail_compilation/test15704.d(15): Error: cannot copy `void[]` to `void[]` in `@safe` code --- */ |