Skip to content

Commit 0c92b16

Browse files
authored
Merge pull request swiftlang#33109 from varungandhi-apple/vg-mark-unsupported-windows
[ModuleTrace] Mark test unsupported for windows-msvc.
2 parents 3cb8f9b + c94ffcf commit 0c92b16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Driver/loaded_module_trace_directness.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
// Unsupported on Windows because we are using #import in ObjC, which leads
55
// to compiler errors on Windows.
6-
// UNSUPPORTED: OS=Windows
6+
// UNSUPPORTED: OS=windows-msvc
77

88
// Dependency graph:
99

0 commit comments

Comments
 (0)