aboutsummaryrefslogtreecommitdiffstats
path: root/test/Verifier/2008-08-22-MemCpyAlignment.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Verifier/2008-08-22-MemCpyAlignment.ll')
-rw-r--r--test/Verifier/2008-08-22-MemCpyAlignment.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Verifier/2008-08-22-MemCpyAlignment.ll b/test/Verifier/2008-08-22-MemCpyAlignment.ll
index c6d5afd..3f7cb52 100644
--- a/test/Verifier/2008-08-22-MemCpyAlignment.ll
+++ b/test/Verifier/2008-08-22-MemCpyAlignment.ll
@@ -1,4 +1,5 @@
-; RUN: not llvm-as %s -o /dev/null 2>&1 | grep "alignment argument of memory intrinsics must be a constant int"
+; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
+; CHECK: alignment argument of memory intrinsics must be a constant int
; PR2318
define void @x(i8* %a, i8* %src, i64 %len, i32 %align) nounwind {