summaryrefslogtreecommitdiff
path: root/test/Linker/2003-08-24-InheritPtrSize.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Linker/2003-08-24-InheritPtrSize.ll')
-rw-r--r--test/Linker/2003-08-24-InheritPtrSize.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Linker/2003-08-24-InheritPtrSize.ll b/test/Linker/2003-08-24-InheritPtrSize.ll
index 51d544b83f..dbaf9bc111 100644
--- a/test/Linker/2003-08-24-InheritPtrSize.ll
+++ b/test/Linker/2003-08-24-InheritPtrSize.ll
@@ -3,7 +3,8 @@
; RUN: llvm-as < %s > %t.out1.bc
; RUN: echo "" | llvm-as > %t.out2.bc
-; RUN: llvm-link %t.out1.bc %t.out2.bc 2>&1 | not grep warning
+; RUN: llvm-link %t.out1.bc %t.out2.bc 2>&1 | FileCheck %s
+; CHECK-NOT: warning
target datalayout = "e-p:64:64"