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 845b2f9 commit 2203860Copy full SHA for 2203860
test/Serialization/restrict-swiftmodule-to-revision.swift
@@ -2,6 +2,9 @@
2
// RUN: %empty-directory(%t/build)
3
// RUN: %{python} %utils/split_file.py -o %t %s
4
5
+/// Unsupported on Windows for the use of env vars.
6
+// UNSUPPORTED: OS=windows-msvc
7
+
8
/// 1. Compile Lib.swift as non-resilient untagged, resilient untagged, and resilient tagged
9
// BEGIN Lib.swift
10
public func foo() {}
0 commit comments