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 f75dea4 commit c6efc8dCopy full SHA for c6efc8d
validation-test/ParseableInterface/verify_stdlib.swift
@@ -0,0 +1,7 @@
1
+// Note that this test should still "pass" when Swift.swiftinterface has not
2
+// been generated.
3
+
4
+// RUN: %empty-directory(%t)
5
+// RUN: not ls %platform-module-dir/Swift.swiftmodule/%target-cpu.swiftinterface || %target-swift-frontend -build-module-from-parseable-interface %platform-module-dir/Swift.swiftmodule/%target-cpu.swiftinterface -parse-stdlib -o %t/Swift.swiftmodule
6
7
+// REQUIRES: nonexecutable_test
0 commit comments