aboutsummaryrefslogtreecommitdiffstats
path: root/test/Linker
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-05-01 23:50:07 +0000
committerDan Gohman <gohman@apple.com>2008-05-01 23:50:07 +0000
commit3c250772efb5f610a43ffc9b4ceaa67be9c7b693 (patch)
treed2847301c4dfff9ae75ef059f6d0bf515718b7f7 /test/Linker
parentfc28db227985ffd9b26927c0b64accaa6840b971 (diff)
downloadexternal_llvm-3c250772efb5f610a43ffc9b4ceaa67be9c7b693.zip
external_llvm-3c250772efb5f610a43ffc9b4ceaa67be9c7b693.tar.gz
external_llvm-3c250772efb5f610a43ffc9b4ceaa67be9c7b693.tar.bz2
Update old-style syntax in some "not grep" tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50560 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Linker')
-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 3e8b2c8..c3661ae 100644
--- a/test/Linker/2003-05-31-LinkerRename.ll
+++ b/test/Linker/2003-05-31-LinkerRename.ll
@@ -6,7 +6,7 @@
; RUN: echo { define internal i32 @foo() \{ ret i32 7 \} } | llvm-as > %t.1.bc
; RUN: llvm-as < %s > %t.2.bc
-; RUN: llvm-link %t.1.bc %t.2.bc | llvm-dis | grep internal | not grep %foo(
+; RUN: llvm-link %t.1.bc %t.2.bc | llvm-dis | grep internal | not grep @foo(
declare i32 @foo()