Skip to content

Commit 1ed7dc0

Browse files
authored
Merge pull request swiftlang#2507 from gmittert/NixDG
2 parents c1aaef5 + db99bb2 commit 1ed7dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TestFoundation/TestFileManager.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1818,7 +1818,7 @@ VIDEOS=StopgapVideos
18181818
])
18191819
#endif
18201820

1821-
#if !DEPLOYMENT_RUNTIME_OBJC && !os(Android)
1821+
#if !DEPLOYMENT_RUNTIME_OBJC && !os(Android) && !os(Windows)
18221822
tests.append(contentsOf: [
18231823
("test_fetchXDGPathsFromHelper", test_fetchXDGPathsFromHelper),
18241824
])

0 commit comments

Comments
 (0)