diff options
Diffstat (limited to 'llvm/test/Other')
| -rw-r--r-- | llvm/test/Other/2003-02-19-LoopInfoNestingBug.ll | 2 | ||||
| -rw-r--r-- | llvm/test/Other/invalid-commandline-option.ll | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Other/2003-02-19-LoopInfoNestingBug.ll b/llvm/test/Other/2003-02-19-LoopInfoNestingBug.ll index 13f83516375..b807c444000 100644 --- a/llvm/test/Other/2003-02-19-LoopInfoNestingBug.ll +++ b/llvm/test/Other/2003-02-19-LoopInfoNestingBug.ll @@ -3,7 +3,7 @@ ; and instead nests it just inside loop "Top" ; ; RUN: opt < %s -analyze -loops | \ -; RUN: grep { Loop at depth 3 containing: %Inner<header><latch><exiting>} +; RUN: grep " Loop at depth 3 containing: %Inner<header><latch><exiting>" ; define void @test() { br label %Top diff --git a/llvm/test/Other/invalid-commandline-option.ll b/llvm/test/Other/invalid-commandline-option.ll index 60840fa010a..3af40dd55de 100644 --- a/llvm/test/Other/invalid-commandline-option.ll +++ b/llvm/test/Other/invalid-commandline-option.ll @@ -1,3 +1,3 @@ -; RUN: not opt --foo |& grep {Unknown command line argument} +; RUN: not opt --foo |& grep "Unknown command line argument" ; there is no --foo |

