summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2013-04-08 10:07:50 +0000
committerChandler Carruth <chandlerc@gmail.com>2013-04-08 10:07:50 +0000
commita6d5e3e9a27d24341746337ac9b47b05327c08e0 (patch)
treee709f6b3001e8b22ee9350466bec4afba9ddafac /llvm/test
parent8cd707a1a6a72afaba12031e2157bb5a7f3f9887 (diff)
downloadbcm5719-llvm-a6d5e3e9a27d24341746337ac9b47b05327c08e0.tar.gz
bcm5719-llvm-a6d5e3e9a27d24341746337ac9b47b05327c08e0.zip
Simplify the quoting here. Our lit emulator doesn't deal well with the
nested quoting schemes, and they're not important here... llvm-svn: 179014
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/DebugInfo/llvm-symbolizer.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/llvm-symbolizer.test b/llvm/test/DebugInfo/llvm-symbolizer.test
index 842a5e603eb..163bd8ecb30 100644
--- a/llvm/test/DebugInfo/llvm-symbolizer.test
+++ b/llvm/test/DebugInfo/llvm-symbolizer.test
@@ -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
OpenPOWER on IntegriCloud