From 07aeb629ecc2e6d736660c0f5e0bc273ef267215 Mon Sep 17 00:00:00 2001 From: Andrew Trick Date: Fri, 26 Aug 2011 20:09:48 +0000 Subject: Use %% for literals in RUN lines. llvm-svn: 138647 --- llvm/test/Linker/2003-08-23-GlobalVarLinking.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/Linker/2003-08-23-GlobalVarLinking.ll') diff --git a/llvm/test/Linker/2003-08-23-GlobalVarLinking.ll b/llvm/test/Linker/2003-08-23-GlobalVarLinking.ll index 8acbbd2fca2..255cb88daf4 100644 --- a/llvm/test/Linker/2003-08-23-GlobalVarLinking.ll +++ b/llvm/test/Linker/2003-08-23-GlobalVarLinking.ll @@ -1,5 +1,5 @@ ; RUN: llvm-as < %s > %t.out1.bc -; RUN: echo {%T1 = type opaque %T2 = type opaque @S = external global \{ i32, %T1* \} declare void @F(%T2*)}\ +; RUN: echo {%%T1 = type opaque %%T2 = type opaque @S = external global \{ i32, %%T1* \} declare void @F(%%T2*)}\ ; RUN: | llvm-as > %t.out2.bc ; RUN: llvm-link %t.out1.bc %t.out2.bc -S | not grep opaque -- cgit v1.2.3