diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2013-04-08 10:07:50 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2013-04-08 10:07:50 +0000 |
commit | 58852ecc1f1f5a37bd1a4942b12e4b5bb703b6bc (patch) | |
tree | d0d187ddfa65fe85524f1dc5bf7980c86a573416 /test/DebugInfo | |
parent | 89ec385e5e2f080bbe97bddefbff38232419c7f3 (diff) | |
download | external_llvm-58852ecc1f1f5a37bd1a4942b12e4b5bb703b6bc.zip external_llvm-58852ecc1f1f5a37bd1a4942b12e4b5bb703b6bc.tar.gz external_llvm-58852ecc1f1f5a37bd1a4942b12e4b5bb703b6bc.tar.bz2 |
Simplify the quoting here. Our lit emulator doesn't deal well with the
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
Diffstat (limited to 'test/DebugInfo')
-rw-r--r-- | test/DebugInfo/llvm-symbolizer.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/llvm-symbolizer.test b/test/DebugInfo/llvm-symbolizer.test index 842a5e6..163bd8e 100644 --- a/test/DebugInfo/llvm-symbolizer.test +++ b/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 |