From: NAKAMURA Takumi Date: Wed, 5 Dec 2012 11:52:45 +0000 (+0000) Subject: test/Modules/build-fail-notes.m: Tweak to unbreak Win32 hosts to relax expressions... X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=55bccc3702f78be2504265b3792f2d4499e882ea;p=platform%2Fupstream%2Fllvm.git test/Modules/build-fail-notes.m: Tweak to unbreak Win32 hosts to relax expressions, for now. llvm-svn: 169375 --- diff --git a/clang/test/Modules/build-fail-notes.m b/clang/test/Modules/build-fail-notes.m index 304140e..0d52e50 100644 --- a/clang/test/Modules/build-fail-notes.m +++ b/clang/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