summaryrefslogtreecommitdiff
path: root/test/Linker/2003-05-31-LinkerRename.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-06-28 23:32:04 +0000
committerChris Lattner <sabre@nondot.org>2003-06-28 23:32:04 +0000
commit060c1f816cdb15f3d1ce926cf48f89d3535ab412 (patch)
treef21bc7219a88e7994f4a1210184f747292d2e559 /test/Linker/2003-05-31-LinkerRename.ll
parent50e8682f282f1ae04ce18cb84b638d126f499faf (diff)
downloadllvm-060c1f816cdb15f3d1ce926cf48f89d3535ab412.tar.gz
llvm-060c1f816cdb15f3d1ce926cf48f89d3535ab412.tar.bz2
llvm-060c1f816cdb15f3d1ce926cf48f89d3535ab412.tar.xz
Remove usage of grep-not script
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6966 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Linker/2003-05-31-LinkerRename.ll')
-rw-r--r--test/Linker/2003-05-31-LinkerRename.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Linker/2003-05-31-LinkerRename.ll b/test/Linker/2003-05-31-LinkerRename.ll
index b3e4b8ef3f..1b42064550 100644
--- a/test/Linker/2003-05-31-LinkerRename.ll
+++ b/test/Linker/2003-05-31-LinkerRename.ll
@@ -5,7 +5,7 @@
; RUN: echo "implementation internal int %foo() { ret int 7 }" | as > Output/%s.1.bc
; RUN: as < %s > Output/%s.2.bc
-; RUN: link Output/%s.[12].bc | dis | grep 'internal' | grep-not '%foo('
+; RUN: link Output/%s.[12].bc | dis | grep 'internal' | not grep '%foo('
implementation
declare int %foo()