diff options
| author | Alexey Samsonov <vonosmas@gmail.com> | 2015-11-04 01:09:37 +0000 |
|---|---|---|
| committer | Alexey Samsonov <vonosmas@gmail.com> | 2015-11-04 01:09:37 +0000 |
| commit | 24519d98b3151a798157059eec2cc984796fbe03 (patch) | |
| tree | 9abe638afaac9df1829a92d1b359f29a3d75d997 /llvm/test/DebugInfo/llvm-symbolizer.test | |
| parent | b20ef35645b5ac09095f5f35504608de2e42e15b (diff) | |
| download | bcm5719-llvm-24519d98b3151a798157059eec2cc984796fbe03.tar.gz bcm5719-llvm-24519d98b3151a798157059eec2cc984796fbe03.zip | |
Fix the test case for Windows.
llvm-svn: 252027
Diffstat (limited to 'llvm/test/DebugInfo/llvm-symbolizer.test')
| -rw-r--r-- | llvm/test/DebugInfo/llvm-symbolizer.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/llvm-symbolizer.test b/llvm/test/DebugInfo/llvm-symbolizer.test index 41e528a268e..6b3c0494cdd 100644 --- a/llvm/test/DebugInfo/llvm-symbolizer.test +++ b/llvm/test/DebugInfo/llvm-symbolizer.test @@ -120,7 +120,7 @@ CHECK-NEXT: /tmp{{[/\\]}}cross-cu-inlining.c:11:0 RUN: echo "unexisting-file 0x1234" > %t.input2 RUN: llvm-symbolizer < %t.input2 2>&1 | FileCheck %s --check-prefix=MISSING-FILE -MISSING-FILE: LLVMSymbolizer: error reading file: No such file or directory. +MISSING-FILE: LLVMSymbolizer: error reading file: {{[Nn]}}o such file or directory RUN: echo "%p/Inputs/macho-universal 0x1f84" > %t.input3 RUN: llvm-symbolizer < %t.input3 | FileCheck %s --check-prefix=UNKNOWN-ARCH |

