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

llvm-svn: 199469
This commit is contained in:
NAKAMURA Takumi 2014-01-17 07:04:17 +00:00
parent 3cbe160619
commit 4ec59174fd
1 changed files with 4 additions and 4 deletions

View 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]]'