summaryrefslogtreecommitdiff
path: root/test/PCH
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-01-17 07:04:17 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-01-17 07:04:17 +0000
commitf67c67f6ba2a6a433da614ec767b5506700386f7 (patch)
treeafb6ed80ea4d03755c859f98e194d57d230b7009 /test/PCH
parentf5a99a4db7b22c7566333b6ee676c903f963a1d6 (diff)
downloadclang-f67c67f6ba2a6a433da614ec767b5506700386f7.tar.gz
clang-f67c67f6ba2a6a433da614ec767b5506700386f7.tar.bz2
clang-f67c67f6ba2a6a433da614ec767b5506700386f7.tar.xz
Tweak clang/test/PCH/modified-module-dependency.m for win32 hosts.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@199469 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/PCH')
-rw-r--r--test/PCH/modified-module-dependency.m8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/PCH/modified-module-dependency.m b/test/PCH/modified-module-dependency.m
index 656fa34565..650eaddacd 100644
--- a/test/PCH/modified-module-dependency.m
+++ b/test/PCH/modified-module-dependency.m
@@ -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]]'