diff options
Diffstat (limited to 'tests/diagnostics/command-line/unknown-option.slang.expected')
| -rw-r--r-- | tests/diagnostics/command-line/unknown-option.slang.expected | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/diagnostics/command-line/unknown-option.slang.expected b/tests/diagnostics/command-line/unknown-option.slang.expected index a74219699..5b99ce862 100644 --- a/tests/diagnostics/command-line/unknown-option.slang.expected +++ b/tests/diagnostics/command-line/unknown-option.slang.expected @@ -1,6 +1,8 @@ result code = 1 standard error = { -(0): error 17: unknown command-line option '-destroy-all-humans' +(1): error 17: unknown command-line option '-destroy-all-humans' +tests/diagnostics/command-line/unknown-option.slang -destroy-all-humans + ^ } standard output = { } |
