summaryrefslogtreecommitdiff
path: root/tests/diagnostics/command-line/unknown-option.slang.expected
blob: 5b99ce8620233def7c4c316c70721c63688fb7a1 (plain)
1
2
3
4
5
6
7
8
result code = 1
standard error = {
(1): error 17: unknown command-line option '-destroy-all-humans'
tests/diagnostics/command-line/unknown-option.slang -destroy-all-humans
                                                    ^
}
standard output = {
}