aboutsummaryrefslogtreecommitdiffstats
path: root/test/Verifier/2008-03-01-AllocaSized.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Verifier/2008-03-01-AllocaSized.ll')
-rw-r--r--test/Verifier/2008-03-01-AllocaSized.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Verifier/2008-03-01-AllocaSized.ll b/test/Verifier/2008-03-01-AllocaSized.ll
index 51258be..fc12a96 100644
--- a/test/Verifier/2008-03-01-AllocaSized.ll
+++ b/test/Verifier/2008-03-01-AllocaSized.ll
@@ -1,4 +1,5 @@
-; RUN: not llvm-as %s -o /dev/null 2>&1 | grep "Cannot allocate unsized type"
+; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
+; CHECK: Cannot allocate unsized type
; PR2113
define void @test() {