aboutsummaryrefslogtreecommitdiffstats
path: root/test/Verifier/2006-12-12-IntrinsicDefine.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Verifier/2006-12-12-IntrinsicDefine.ll')
-rw-r--r--test/Verifier/2006-12-12-IntrinsicDefine.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Verifier/2006-12-12-IntrinsicDefine.ll b/test/Verifier/2006-12-12-IntrinsicDefine.ll
index 6e7468c..8cc3d24 100644
--- a/test/Verifier/2006-12-12-IntrinsicDefine.ll
+++ b/test/Verifier/2006-12-12-IntrinsicDefine.ll
@@ -1,4 +1,5 @@
-; RUN: not llvm-as < %s 2>&1 | grep "llvm intrinsics cannot be defined"
+; RUN: not llvm-as < %s 2>&1 | FileCheck %s
+; CHECK: llvm intrinsics cannot be defined
; PR1047
define void @llvm.memcpy.p0i8.p0i8.i32(i8*, i8*, i32, i32, i1) {