From fa3207e31b58aded7dc41b83467b7ac4cb0f0ce8 Mon Sep 17 00:00:00 2001 From: Alexey Samsonov Date: Wed, 4 Nov 2015 01:09:37 +0000 Subject: [PATCH] Fix the test case for Windows. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@252027 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/DebugInfo/llvm-symbolizer.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/DebugInfo/llvm-symbolizer.test b/test/DebugInfo/llvm-symbolizer.test index 41e528a268e..6b3c0494cdd 100644 --- a/test/DebugInfo/llvm-symbolizer.test +++ b/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 -- 2.34.1