[llvm] r252027 - Fix the test case for Windows.

Alexey Samsonov via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 3 17:09:37 PST 2015


Author: samsonov
Date: Tue Nov  3 19:09:37 2015
New Revision: 252027

URL: http://llvm.org/viewvc/llvm-project?rev=252027&view=rev
Log:
Fix the test case for Windows.

Modified:
    llvm/trunk/test/DebugInfo/llvm-symbolizer.test

Modified: llvm/trunk/test/DebugInfo/llvm-symbolizer.test
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/llvm-symbolizer.test?rev=252027&r1=252026&r2=252027&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/llvm-symbolizer.test (original)
+++ llvm/trunk/test/DebugInfo/llvm-symbolizer.test Tue Nov  3 19:09:37 2015
@@ -120,7 +120,7 @@ CHECK-NEXT: /tmp{{[/\\]}}cross-cu-inlini
 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




More information about the llvm-commits mailing list