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 | 55bccc3702f78be2504265b3792f2d4499e882ea (patch) | |
| tree | 50ec1cdb05d15a6ae511f452d074d3f5b32a566c /clang/test | |
| parent | 3e284699d91b1649d00863adc8595a900956fa22 (diff) | |
| download | bcm5719-llvm-55bccc3702f78be2504265b3792f2d4499e882ea.tar.gz bcm5719-llvm-55bccc3702f78be2504265b3792f2d4499e882ea.zip | |
test/Modules/build-fail-notes.m: Tweak to unbreak Win32 hosts to relax expressions, for now.
llvm-svn: 169375
Diffstat (limited to 'clang/test')
| -rw-r--r-- | clang/test/Modules/build-fail-notes.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Modules/build-fail-notes.m b/clang/test/Modules/build-fail-notes.m index 304140e0ec9..0d52e50d49c 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 |

