diff options
author | Adrian Prantl <aprantl@apple.com> | 2016-01-13 21:09:48 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2016-01-13 21:09:48 +0000 |
commit | a4976b33d262cbbf2e813c22820fcaa4f90bd154 (patch) | |
tree | 936c1b74d9fc1442e1fcd43ef4424af8f671269f | |
parent | c16be00313b31dc5b6c30ee5fc4a935aff1d7966 (diff) | |
download | bcm5719-llvm-a4976b33d262cbbf2e813c22820fcaa4f90bd154.tar.gz bcm5719-llvm-a4976b33d262cbbf2e813c22820fcaa4f90bd154.zip |
Relax testcase so it works on Windows.
llvm-svn: 257667
-rw-r--r-- | llvm/test/tools/dsymutil/X86/modules-warnings.test | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/test/tools/dsymutil/X86/modules-warnings.test b/llvm/test/tools/dsymutil/X86/modules-warnings.test index 5452cdb7b0b..1ad843592e5 100644 --- a/llvm/test/tools/dsymutil/X86/modules-warnings.test +++ b/llvm/test/tools/dsymutil/X86/modules-warnings.test @@ -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: |