diff options
Diffstat (limited to 'clang/test/Modules/warning-mismatch.m')
| -rw-r--r-- | clang/test/Modules/warning-mismatch.m | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/clang/test/Modules/warning-mismatch.m b/clang/test/Modules/warning-mismatch.m deleted file mode 100644 index dd7c7f82ec6..00000000000 --- a/clang/test/Modules/warning-mismatch.m +++ /dev/null @@ -1,13 +0,0 @@ -// RUN: rm -rf %t.cache -// RUN: echo "@import Mismatch;" >%t.m -// RUN: %clang_cc1 -Wno-system-headers -fdisable-module-hash \ -// RUN: -fmodules-cache-path=%t.cache -fmodules -fimplicit-module-maps \ -// RUN: -I%S/Inputs/warning-mismatch %t.m -fsyntax-only -// RUN: %clang_cc1 -Wsystem-headers -fdisable-module-hash \ -// RUN: -fmodules-cache-path=%t.cache -fmodules -fimplicit-module-maps \ -// RUN: -I%S/Inputs/warning-mismatch %s -fsyntax-only - -// This testcase triggers a warning flag mismatch in an already validated -// header. -@import Mismatch; -@import System; |

