Skip to content

Commit 7c85c43

Browse files
authored
Merge pull request #84813 from egorzhdan/egorzhdan/enable-constructor-test
[cxx-interop] Enable a test on Windows
2 parents 41f680c + 65f2ad9 commit 7c85c43

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/Interop/Cxx/class/constructors-diagnostics.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
// RUN: %target-swift-frontend -typecheck -verify -I %S/Inputs %s -cxx-interoperability-mode=default -disable-availability-checking -verify-additional-file %S/Inputs/constructors.h -Xcc -Wno-nullability-completeness
1+
// RUN: %target-swift-frontend -typecheck -verify -I %S/Inputs %s -cxx-interoperability-mode=default -disable-availability-checking -verify-additional-file %S%{fs-sep}Inputs%{fs-sep}constructors.h -Xcc -Wno-nullability-completeness
22

3-
// This test uses -verify-additional-file, which do not work well on Windows.
4-
// UNSUPPORTED: OS=windows-msvc
53
// XFAIL: OS=linux-androideabi
64

75
import Constructors

0 commit comments

Comments
 (0)