We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41f680c + 65f2ad9 commit 7c85c43Copy full SHA for 7c85c43
test/Interop/Cxx/class/constructors-diagnostics.swift
@@ -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
+// 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
2
3
-// This test uses -verify-additional-file, which do not work well on Windows.
4
-// UNSUPPORTED: OS=windows-msvc
5
// XFAIL: OS=linux-androideabi
6
7
import Constructors
0 commit comments