Skip to content

Commit 3ad6d00

Browse files
authored
Merge pull request #39402 from xymus/fix-restrict-swiftmodule-windows
[Serialization] Disable the test restrict-swiftmodule-to-revision on Windows
2 parents 845b2f9 + 2203860 commit 3ad6d00

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Serialization/restrict-swiftmodule-to-revision.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
// RUN: %empty-directory(%t/build)
33
// RUN: %{python} %utils/split_file.py -o %t %s
44

5+
/// Unsupported on Windows for the use of env vars.
6+
// UNSUPPORTED: OS=windows-msvc
7+
58
/// 1. Compile Lib.swift as non-resilient untagged, resilient untagged, and resilient tagged
69
// BEGIN Lib.swift
710
public func foo() {}

0 commit comments

Comments
 (0)