Simplify the quoting here. Our lit emulator doesn't deal well with the
authorChandler Carruth <chandlerc@gmail.com>
Mon, 8 Apr 2013 10:07:50 +0000 (10:07 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 8 Apr 2013 10:07:50 +0000 (10:07 +0000)
nested quoting schemes, and they're not important here...

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179014 91177308-0d34-0410-b5e6-96231b3b80d8

test/DebugInfo/llvm-symbolizer.test

index 842a5e603eb487a59c4c33b61bbdca75ccfcc605..163bd8ecb30b151fee33145360ffaf3508d82144 100644 (file)
@@ -1,7 +1,7 @@
 RUN: echo "%p/Inputs/dwarfdump-test.elf-x86-64 0x400559" > %t.input
 RUN: echo "%p/Inputs/dwarfdump-test4.elf-x86-64 0x62c" >> %t.input
 RUN: echo "%p/Inputs/dwarfdump-inl-test.elf-x86-64 0x710" >> %t.input
-RUN: echo '"%p/Inputs/dwarfdump-test3.elf-x86-64 space" 0x633' >> %t.input
+RUN: echo "\"%p/Inputs/dwarfdump-test3.elf-x86-64 space\" 0x633" >> %t.input
 
 RUN: llvm-symbolizer --functions --inlining --demangle=false < %t.input \
 RUN:    | FileCheck %s