Skip to content

Commit 2203860

Browse files
committed
[Serialization] Disable test restrict-swiftmodule-to-revision on Windows
1 parent 845b2f9 commit 2203860

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)