Skip to content

Commit fb30547

Browse files
committed
Add trailing space that was accidentally removed in the previous change.
We need a trailing space after the warning options to separate them from the following arguments. rdar://problem/44228136
1 parent 6475226 commit fb30547

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
@@ -5,7 +5,7 @@ config.substitutions.insert(0, ('%check-in-clang',
55
'%%clang -fsyntax-only -x objective-c-header -fobjc-arc -fmodules '
66
'-fmodules-validate-system-headers '
77
'-Weverything -Werror -Wno-unused-macros -Wno-incomplete-module '
8-
'-Wno-auto-import -Wno-objc-property-assign-on-object-type'
8+
'-Wno-auto-import -Wno-objc-property-assign-on-object-type '
99
'-F %%clang-importer-sdk-path/frameworks '
1010
'-I %%clang-include-dir '
1111
'-isysroot %r/Inputs/clang-importer-sdk' % config.test_source_root) )

0 commit comments

Comments
 (0)