We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e64e745 commit df741b2Copy full SHA for df741b2
clang/test/Modules/subdirectory-module-maps-working-dir.m
@@ -1,8 +1,8 @@
1
// RUN: rm -rf %t
2
-// RUN: %clang -fsyntax-only -fmodules -fmodules-cache-path=%t \
+// RUN: %clang_cc1 -fsyntax-only -fmodules -fimplicit-module-maps -fmodules-cache-path=%t \
3
// RUN: -working-directory %S/Inputs \
4
// RUN: -I subdirectory-module-maps-working-dir \
5
-// RUN: %s -Werror=implicit-function-declaration -Xclang -verify
+// RUN: %s -Werror=implicit-function-declaration -verify
6
7
@import ModuleInSubdir;
8
0 commit comments