test/Modules/build-fail-notes.m: Tweak to unbreak Win32 hosts to relax expressions...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 5 Dec 2012 11:52:45 +0000 (11:52 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 5 Dec 2012 11:52:45 +0000 (11:52 +0000)
llvm-svn: 169375

clang/test/Modules/build-fail-notes.m

index 304140e..0d52e50 100644 (file)
@@ -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