Skip to content

Commit a039ec8

Browse files
authored
Merge pull request #23035 from jrose-apple/effed-up
[test] sil-opt doesn't support -Fsystem; use -F
2 parents 3f849d4 + 7a50942 commit a039ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation-test/SIL/verify_all_overlays.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/python
22
# RUN: ${python} %s %target-swiftmodule-name %platform-sdk-overlay-dir \
33
# RUN: %target-sil-opt -sdk %sdk -enable-sil-verify-all \
4-
# RUN: -Fsystem %sdk/System/Library/PrivateFrameworks \
4+
# RUN: -F %sdk/System/Library/PrivateFrameworks \
55
# RUN: -F "%xcode-extra-frameworks-dir"
66

77
# REQUIRES: long_test

0 commit comments

Comments
 (0)