diff options
Diffstat (limited to 'gcc/testsuite/gdc.test/fail_compilation/diag9358.d')
-rw-r--r-- | gcc/testsuite/gdc.test/fail_compilation/diag9358.d | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/gdc.test/fail_compilation/diag9358.d b/gcc/testsuite/gdc.test/fail_compilation/diag9358.d index d368ae2dd7e..5aea6b5f9c1 100644 --- a/gcc/testsuite/gdc.test/fail_compilation/diag9358.d +++ b/gcc/testsuite/gdc.test/fail_compilation/diag9358.d @@ -2,8 +2,8 @@ TEST_OUTPUT: --- fail_compilation/diag9358.d(12): Error: `x` must be of integral or string type, it is a `double` -fail_compilation/diag9358.d(14): Error: case must be a string or an integral constant, not `1.1` -fail_compilation/diag9358.d(15): Error: case must be a string or an integral constant, not `2.1` +fail_compilation/diag9358.d(14): Error: `case` must be a `string` or an integral constant, not `1.1` +fail_compilation/diag9358.d(15): Error: `case` must be a `string` or an integral constant, not `2.1` --- */ void main() |