diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-04-16 15:00:39 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-04-16 15:00:39 +0000 |
commit | 3401c99889184fee77307889914299f283e23def (patch) | |
tree | c177b25038a25e9ef0aaecf8f396c5290154d206 /test/Assembler/2006-09-28-CrashOnInvalid.ll | |
parent | 90b707f51e9dfc91eb23b4f964d8d760ee1c273f (diff) |
Fix the syntax for these tests. Noticed by Duncan Sands.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36132 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Assembler/2006-09-28-CrashOnInvalid.ll')
-rw-r--r-- | test/Assembler/2006-09-28-CrashOnInvalid.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/2006-09-28-CrashOnInvalid.ll b/test/Assembler/2006-09-28-CrashOnInvalid.ll index 1691b3c4c5..af1aaa3847 100644 --- a/test/Assembler/2006-09-28-CrashOnInvalid.ll +++ b/test/Assembler/2006-09-28-CrashOnInvalid.ll @@ -1,6 +1,6 @@ ; Test for PR902. This program is erroneous, but should not crash llvm-as. ; This tests that a simple error is caught and processed correctly. -; RUN: llvm-as < %s 2>&1 >/dev/null | grep 'FP constant invalid for type' +; RUN: llvm-as < %s >/dev/null |& grep {FP constant invalid for type} define void @test() { add i32 1, 2.0 |