mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-03 10:54:42 +00:00
Fix the test case for Windows.
llvm-svn: 252027
This commit is contained in:
parent
4cb73711bb
commit
5c12917a28
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user