Skip to content

Commit 1b0a3d2

Browse files
committed
PrintAsObjC Test: Ignore poison directories warnings for C
1 parent 20e1ac6 commit 1b0a3d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/PrintAsObjC/lit.local.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ config.substitutions.insert(0, ('%check-in-clang-c',
1414
'%%clang -fsyntax-only -x c-header -std=c99 -fmodules '
1515
'-fmodules-validate-system-headers '
1616
'-Weverything -Werror -Wno-unused-macros -Wno-incomplete-module '
17-
'-Wno-auto-import '
17+
'-Wno-auto-import -Wno-poison-system-directories '
1818
'-F %%clang-importer-sdk-path/frameworks '
1919
'-I %%clang-include-dir '
2020
'-isysroot %r/Inputs/clang-importer-sdk' % config.test_source_root) )

0 commit comments

Comments
 (0)