]> granicus.if.org Git - clang/commitdiff
Fix broken test
authorDouglas Gregor <dgregor@apple.com>
Mon, 20 May 2013 13:54:38 +0000 (13:54 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 20 May 2013 13:54:38 +0000 (13:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@182264 91177308-0d34-0410-b5e6-96231b3b80d8

test/Modules/build-fail-notes.m

index 8375788e817ba528aaefbbb4643f954e101c772e..0d9e7695b33e5ef5a013825d2938ea09d4646bc4 100644 (file)
@@ -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