diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-12-05 11:52:45 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-12-05 11:52:45 +0000 |
commit | 9ec98f26633ccbae8a8865f6fc6f08302f9eb518 (patch) | |
tree | 07b17c991def5c6b1df96fbeeb29647770f11f30 | |
parent | 37ec8d589c5de34d0e260f0599395519bd7498de (diff) |
test/Modules/build-fail-notes.m: Tweak to unbreak Win32 hosts to relax expressions, for now.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169375 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Modules/build-fail-notes.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Modules/build-fail-notes.m b/test/Modules/build-fail-notes.m index 304140e0ec..0d52e50d49 100644 --- a/test/Modules/build-fail-notes.m +++ b/test/Modules/build-fail-notes.m @@ -6,7 +6,7 @@ // CHECK: While building module 'DependsOnModule' imported from // CHECK: While building module 'Module' imported from // CHECK: error: expected ';' after top level declarator -// CHECK: note: expanded from macro 'getModuleVersion' +// CHECK: note: expanded from {{macro 'getModuleVersion'|here}} // CHECK: fatal error: could not build module 'Module' // CHECK: fatal error: could not build module 'DependsOnModule' // CHECK-NOT: error: @@ -24,7 +24,7 @@ extern int Module; // CHECK-SDIAG: Module.h:9:13: error: expected ';' after top level declarator // CHECK-SDIAG: build-fail-notes.m:4:32: note: while building module 'DependsOnModule' imported from // CHECK-SDIAG: DependsOnModule.h:1:10: note: while building module 'Module' imported from -// CHECK-SDIAG: note: expanded from macro 'getModuleVersion' +// CHECK-SDIAG: note: expanded from {{macro 'getModuleVersion'|here}} // CHECK-SDIAG: warning: umbrella header does not include header 'NotInModule.h' [-Wincomplete-umbrella] // CHECK-SDIAG: DependsOnModule.h:1:10: fatal: could not build module 'Module' // CHECK-SDIAG: build-fail-notes.m:4:32: note: while building module 'DependsOnModule' imported from |