diff options
Diffstat (limited to 'test/Verifier/2008-03-01-AllocaSized.ll')
-rw-r--r-- | test/Verifier/2008-03-01-AllocaSized.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Verifier/2008-03-01-AllocaSized.ll b/test/Verifier/2008-03-01-AllocaSized.ll index 079a75d792e1..51258bef76e5 100644 --- a/test/Verifier/2008-03-01-AllocaSized.ll +++ b/test/Verifier/2008-03-01-AllocaSized.ll @@ -1,4 +1,4 @@ -; RUN: not llvm-as %s -o /dev/null |& grep {Cannot allocate unsized type} +; RUN: not llvm-as %s -o /dev/null 2>&1 | grep "Cannot allocate unsized type" ; PR2113 define void @test() { |