repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[lit] Add argument check: --timeout must be non-negative integer
[llvm-core.git]
/
test
/
tools
/
llvm-size
/
unknown-format.test
blob
28ab8bff05e992d9a398ad9ef4c54ddff051eeca
1
## Show that the an error is emitted if an unknown value is passed to --format.
2
3
# RUN: not llvm-size --format=unknown 2>&1 | FileCheck %s
4
# CHECK: {{.*}}llvm-size{{.*}}: for the --format option: Cannot find option named 'unknown'!