diff options
| author | Douglas Gregor <dgregor@apple.com> | 2013-05-20 13:54:38 +0000 |
|---|---|---|
| committer | Douglas Gregor <dgregor@apple.com> | 2013-05-20 13:54:38 +0000 |
| commit | 4b5f4cbaf2ac2e760c181a56d3a7bbd5a7d233af (patch) | |
| tree | 8709d4828a24d1a98676dbfbc0ebd27a9e147cda /clang/test | |
| parent | f4e76b864f772fb2792e89a83e29c5ee340d58f4 (diff) | |
| download | bcm5719-llvm-4b5f4cbaf2ac2e760c181a56d3a7bbd5a7d233af.tar.gz bcm5719-llvm-4b5f4cbaf2ac2e760c181a56d3a7bbd5a7d233af.zip | |
Fix broken test
llvm-svn: 182264
Diffstat (limited to 'clang/test')
| -rw-r--r-- | clang/test/Modules/build-fail-notes.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Modules/build-fail-notes.m b/clang/test/Modules/build-fail-notes.m index 8375788e817..0d9e7695b33 100644 --- a/clang/test/Modules/build-fail-notes.m +++ b/clang/test/Modules/build-fail-notes.m @@ -18,7 +18,7 @@ extern int Module; // CHECK-REDEF: In module 'Module' imported from // CHECK-REDEF: Module.h:15:12: note: previous definition is here -// RUN: not %clang_cc1 -fmodules-cache-path=%t -fmodules -F %S/Inputs -DgetModuleVersion="epic fail" -serialize-diagnostic-file %t/tmp.diag %s 2>&1 +// RUN: not %clang_cc1 -Wincomplete-umbrella -fmodules-cache-path=%t -fmodules -F %S/Inputs -DgetModuleVersion="epic fail" -serialize-diagnostic-file %t/tmp.diag %s 2>&1 // RUN: c-index-test -read-diagnostics %t/tmp.diag 2>&1 | FileCheck -check-prefix=CHECK-SDIAG %s // CHECK-SDIAG: Module.h:9:13: error: expected ';' after top level declarator |

