Skip to content

Commit 79ad745

Browse files
committed
test: add CxxShim import for test
This test would fail on windows when built with assertions as the `CxxShim` module was not imported. Add the missing import which is required to enable this test on Windows.
1 parent 642bffb commit 79ad745

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// Windows doesn't support -lc++ or -lstdc++.
66
// UNSUPPORTED: OS=windows-msvc
77

8+
import CxxShim
89
import StdlibUnittest
910
import Fields
1011

0 commit comments

Comments
 (0)