Skip to content

Commit 2ed5bdf

Browse files
committed
test: enable C++ class inheritance test on Windows
Now that this test builds on Windows, we can finally unmark it as UNSUPPORTED on windows.
1 parent a478034 commit 2ed5bdf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/Interop/Cxx/class/inheritance/fields.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// RUN: %target-run-simple-swift(-I %S/Inputs/ -Xfrontend -enable-experimental-cxx-interop)
22
//
33
// REQUIRES: executable_test
4-
//
5-
// Windows doesn't support -lc++ or -lstdc++.
6-
// UNSUPPORTED: OS=windows-msvc
74

85
import CxxShim
96
import StdlibUnittest

0 commit comments

Comments
 (0)