r199469 - Tweak clang/test/PCH/modified-module-dependency.m for win32 hosts.

NAKAMURA Takumi geek4civic at gmail.com
Thu Jan 16 23:04:17 PST 2014


Author: chapuni
Date: Fri Jan 17 01:04:17 2014
New Revision: 199469

URL: http://llvm.org/viewvc/llvm-project?rev=199469&view=rev
Log:
Tweak clang/test/PCH/modified-module-dependency.m for win32 hosts.

Modified:
    cfe/trunk/test/PCH/modified-module-dependency.m

Modified: cfe/trunk/test/PCH/modified-module-dependency.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/PCH/modified-module-dependency.m?rev=199469&r1=199468&r2=199469&view=diff
==============================================================================
--- cfe/trunk/test/PCH/modified-module-dependency.m (original)
+++ cfe/trunk/test/PCH/modified-module-dependency.m Fri Jan 17 01:04:17 2014
@@ -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]]'





More information about the cfe-commits mailing list