diff options
Diffstat (limited to 'test/Assembler/2008-02-18-IntPointerCrash.ll')
-rw-r--r-- | test/Assembler/2008-02-18-IntPointerCrash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/2008-02-18-IntPointerCrash.ll b/test/Assembler/2008-02-18-IntPointerCrash.ll index 5a661ad..4a33c36 100644 --- a/test/Assembler/2008-02-18-IntPointerCrash.ll +++ b/test/Assembler/2008-02-18-IntPointerCrash.ll @@ -1,4 +1,4 @@ -; RUN: not llvm-as %s |& grep {integer constant must have integer type} +; RUN: not llvm-as %s 2>&1 | grep "integer constant must have integer type" ; PR2060 define i8* @foo() { |