summaryrefslogtreecommitdiffstats
path: root/tests/diagnostics/command-line/unknown-option.slang.expected
blob: 8f73029c6ef08950b698e1687b849bd5e051fc39 (plain)
1
2
3
4
5
6
7
8
9
10
11
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
                                                    ^
Usage: slangc [options...] [--] <input files>

For help: slangc -h
}
standard output = {
}