aboutsummaryrefslogtreecommitdiffstats
path: root/test/Linker/2003-01-30-LinkerTypeRename.ll
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2011-08-26 20:09:48 +0000
committerAndrew Trick <atrick@apple.com>2011-08-26 20:09:48 +0000
commit6ca06cd8a84b8df751c90264c2d595fd325fdfdb (patch)
treeb1d7cc772dc434a52809f38851c1e87df45d954b /test/Linker/2003-01-30-LinkerTypeRename.ll
parent1af7f7291d0689e2d58f900c9b5ecaddec56caa1 (diff)
downloadexternal_llvm-6ca06cd8a84b8df751c90264c2d595fd325fdfdb.zip
external_llvm-6ca06cd8a84b8df751c90264c2d595fd325fdfdb.tar.gz
external_llvm-6ca06cd8a84b8df751c90264c2d595fd325fdfdb.tar.bz2
Use %% for literals in RUN lines.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138647 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Linker/2003-01-30-LinkerTypeRename.ll')
-rw-r--r--test/Linker/2003-01-30-LinkerTypeRename.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Linker/2003-01-30-LinkerTypeRename.ll b/test/Linker/2003-01-30-LinkerTypeRename.ll
index 6cd2406..043457d 100644
--- a/test/Linker/2003-01-30-LinkerTypeRename.ll
+++ b/test/Linker/2003-01-30-LinkerTypeRename.ll
@@ -1,9 +1,9 @@
-; This fails because the linker renames the non-opaque type not the opaque
+; This fails because the linker renames the non-opaque type not the opaque
; one...
-; RUN: echo {%Ty = type opaque @GV = external global %Ty*} | llvm-as > %t.1.bc
+; RUN: echo {%%Ty = type opaque @GV = external global %%Ty*} | llvm-as > %t.1.bc
; RUN: llvm-as < %s > %t.2.bc
-; RUN: llvm-link %t.1.bc %t.2.bc -S | grep {%Ty } | not grep opaque
+; RUN: llvm-link %t.1.bc %t.2.bc -S | grep {%%Ty } | not grep opaque
%Ty = type {i32}