diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/Other/invalid-commandline-option.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Other/invalid-commandline-option.ll b/test/Other/invalid-commandline-option.ll new file mode 100644 index 0000000..b74c498 --- /dev/null +++ b/test/Other/invalid-commandline-option.ll @@ -0,0 +1,3 @@ +; RUN: llvm-as < /dev/null | not opt --foo > /dev/null + +; there is no --foo |