]> granicus.if.org Git - clang/commitdiff
Tweak clang/test/PCH/modified-module-dependency.m for win32 hosts.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 17 Jan 2014 07:04:17 +0000 (07:04 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 17 Jan 2014 07:04:17 +0000 (07:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@199469 91177308-0d34-0410-b5e6-96231b3b80d8

test/PCH/modified-module-dependency.m

index 656fa345655bb17c3f137e2d440d5f0076d2f4a8..650eaddacd5be6ebbf994d1835a2020c96ba0171 100644 (file)
@@ -14,7 +14,7 @@
 // RUN: not %clang_cc1 -x objective-c -include-pch %t-dir/prefix.pch -fmodules -fmodules-cache-path=%t-dir/cache -fsyntax-only %s 2> %t-dir/log
 // RUN: FileCheck %s < %t-dir/log
 
-// CHECK: file '{{.*}}/test.h' has been modified since the precompiled header '{{.*}}prefix.pch' was built
-// CHECK: '{{.*}}/test.h' required by '{{.*}}/test.pcm'
-// CHECK: '{{.*}}/test.pcm' required by '{{.*}}/prefix.pch'
-// CHECK: please rebuild precompiled header '{{.*}}/prefix.pch'
+// CHECK: file '[[TEST_H:.*[/\\]test\.h]]' has been modified since the precompiled header '[[PREFIX_PCH:.*/prefix\.pch]]' was built
+// CHECK: '[[TEST_H]]' required by '[[TEST_PCM:.*[/\\]test\.pcm]]'
+// CHECK: '[[TEST_PCM]]' required by '[[PREFIX_PCH]]'
+// CHECK: please rebuild precompiled header '[[PREFIX_PCH]]'