diff options
Diffstat (limited to 'gcc/testsuite/gdc.test/fail_compilation/fail4375f.d')
-rw-r--r-- | gcc/testsuite/gdc.test/fail_compilation/fail4375f.d | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/testsuite/gdc.test/fail_compilation/fail4375f.d b/gcc/testsuite/gdc.test/fail_compilation/fail4375f.d index 5855b1b0eec..867fbffdb6a 100644 --- a/gcc/testsuite/gdc.test/fail_compilation/fail4375f.d +++ b/gcc/testsuite/gdc.test/fail_compilation/fail4375f.d @@ -3,7 +3,9 @@ /* TEST_OUTPUT: --- -fail_compilation/fail4375f.d(14): Warning: else is dangling, add { } after condition at fail_compilation/fail4375f.d(11) +fail_compilation/fail4375f.d(16): Warning: else is dangling, add { } after condition at fail_compilation/fail4375f.d(13) +Error: warnings are treated as errors + Use -wi if you wish to treat warnings only as informational. --- */ |