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.
2 parents 778d39d + 5555332 commit 3b7b451Copy full SHA for 3b7b451
test/ExternalGenericMetadataBuilder/VerifyExternalMetadata.swift
@@ -5,7 +5,7 @@
5
// RUN: %target-build-swift -I %swift-lib-dir -I %swift_src_root/lib/ExternalGenericMetadataBuilder -L%swift-lib-dir -lswiftGenericMetadataBuilder -enable-experimental-feature Extern %S/Inputs/buildMetadataJSON.swift -o %t/buildMetadataJSON
6
// RUN: %target-codesign %t/buildMetadataJSON
7
//
8
-// RUN: %target-build-swift %S/Inputs/json2c.swift -o %t/json2c
+// RUN: %target-build-swift -Xfrontend -disable-availability-checking %S/Inputs/json2c.swift -o %t/json2c
9
// RUN: %target-codesign %t/json2c
10
11
// RUN: %target-run %t/VerifyExternalMetadata getJSON > %t/names.json
0 commit comments