summaryrefslogtreecommitdiff
path: root/test/Verifier/2008-03-01-AllocaSized.ll
diff options
context:
space:
mode:
authorEli Bendersky <eliben@google.com>2013-04-08 18:33:51 +0000
committerEli Bendersky <eliben@google.com>2013-04-08 18:33:51 +0000
commitc3d5c1cb338f3929f868f6130a2d036ff22e9e1c (patch)
treec82536fc917ab7c7f3cdf5121bac23b9ae3e8dd5 /test/Verifier/2008-03-01-AllocaSized.ll
parent813456527e73f0c1468514c523c6258d360bcd91 (diff)
downloadllvm-c3d5c1cb338f3929f868f6130a2d036ff22e9e1c.tar.gz
llvm-c3d5c1cb338f3929f868f6130a2d036ff22e9e1c.tar.bz2
llvm-c3d5c1cb338f3929f868f6130a2d036ff22e9e1c.tar.xz
Rewrite test/Verifier tests to use FileCheck instead of grep
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179036 91177308-0d34-0410-b5e6-96231b3b80d8
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 51258bef76..fc12a96e4f 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() {