Relax testcase so it works on Windows.

llvm-svn: 257667
This commit is contained in:
Adrian Prantl 2016-01-13 21:09:48 +00:00
parent c16be00313
commit a4976b33d2
1 changed files with 3 additions and 2 deletions

View File

@ -8,5 +8,6 @@ RUN: llvm-dsymutil -f -oso-prepend-path=%t.dir -y \
RUN: %p/dummy-debug-map.map -o %t 2>&1 | FileCheck %s
Module-not-found should be reported only once.
CHECK: warning: {{.*}}Bar.pcm: No such file or directory
CHECK-NOT: warning: {{.*}}Bar.pcm: No such file or directory
The exact error message deoends on the OS so we don't check for it.
CHECK: warning: {{.*}}Bar.pcm:
CHECK-NOT: warning: {{.*}}Bar.pcm: