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 c0fd17a commit c40e683Copy full SHA for c40e683
test/ClangModules/objc_factory_method.swift
@@ -1,4 +1,7 @@
1
-// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -target x86_64-apple-macosx10.51 -parse %s -verify
+// RUN: rm -rf %t && mkdir %t
2
+// RUN: %build-clang-importer-objc-overlays
3
+
4
+// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk-nosource -I %t) -target x86_64-apple-macosx10.51 -parse %s -verify
5
6
// REQUIRES: OS=macosx
7
// REQUIRES: objc_interop
0 commit comments