diff options
Diffstat (limited to 'test/Verifier/AmbiguousPhi.ll')
-rw-r--r-- | test/Verifier/AmbiguousPhi.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Verifier/AmbiguousPhi.ll b/test/Verifier/AmbiguousPhi.ll index 9a72530..f31bc10 100644 --- a/test/Verifier/AmbiguousPhi.ll +++ b/test/Verifier/AmbiguousPhi.ll @@ -1,4 +1,4 @@ -; RUN: not llvm-as < %s |& grep {multiple entries for the same basic block} +; RUN: not llvm-as < %s 2>&1 | grep "multiple entries for the same basic block" |