Skip to content

Commit e65fe1e

Browse files
committed
NFC: Mark the inconsistent-weaklinked-import.swift test case as unsupported on Windows because it uses @_weakLinked.
1 parent 560cc1b commit e65fe1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/decl/import/inconsistent-weaklinked-import.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// RUN: %target-swift-frontend -typecheck -primary-file %t/1.swift -primary-file %t/2.swift -primary-file %t/3.swift -I %S/Inputs/inconsistent-implementation-only/ -verify
99
// RUN: %target-swift-frontend -typecheck %t/1.swift %t/2.swift %t/3.swift -I %S/Inputs/inconsistent-implementation-only/ -verify
1010

11+
// UNSUPPORTED: OS=windows-msvc
12+
1113
//--- 1.swift
1214

1315
@_weakLinked import NotSoSecret // expected-note {{imported with @_weakLinked here}}

0 commit comments

Comments
 (0)