From 231af682059804001ad8382bc65a7e03a97a1827 Mon Sep 17 00:00:00 2001 From: Egor Zhdan Date: Thu, 10 Mar 2022 13:26:25 +0000 Subject: [PATCH] [cxx-interop] Enable a test on Linux This test doesn't actually rely on the C++ stdlib, I think it was disabled accidentally. It currently passes on Linux. --- test/Interop/Cxx/templates/define-referenced-inline.swift | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/Interop/Cxx/templates/define-referenced-inline.swift b/test/Interop/Cxx/templates/define-referenced-inline.swift index e30b969fd23a9..c03cc0914ed31 100644 --- a/test/Interop/Cxx/templates/define-referenced-inline.swift +++ b/test/Interop/Cxx/templates/define-referenced-inline.swift @@ -1,9 +1,6 @@ // RUN: %target-run-simple-swift(-I %S/Inputs -Xfrontend -enable-cxx-interop -Xcc -fno-exceptions) // // REQUIRES: executable_test -// -// Enable this everywhere once we have a solution for modularizing libstdc++: rdar://87654514 -// REQUIRES: OS=macosx import DefineReferencedInline import StdlibUnittest