From 65f2ad97ff4caab6a5541ee1a4eb25e9bf7c4864 Mon Sep 17 00:00:00 2001 From: Egor Zhdan Date: Fri, 10 Oct 2025 16:22:37 +0100 Subject: [PATCH] [cxx-interop] Enable a test on Windows rdar://147969088 --- test/Interop/Cxx/class/constructors-diagnostics.swift | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/Interop/Cxx/class/constructors-diagnostics.swift b/test/Interop/Cxx/class/constructors-diagnostics.swift index 8fa99fae7fb12..80b270c09135e 100644 --- a/test/Interop/Cxx/class/constructors-diagnostics.swift +++ b/test/Interop/Cxx/class/constructors-diagnostics.swift @@ -1,7 +1,5 @@ -// 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 -// This test uses -verify-additional-file, which do not work well on Windows. -// UNSUPPORTED: OS=windows-msvc // XFAIL: OS=linux-androideabi import Constructors