From 3e5d349642ca2c03404408ae1c29fcf59b07af81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristupas=20Antanavi=C4=8Dius?= Date: Fri, 3 Jan 2025 18:12:03 +0200 Subject: [PATCH] Debug CI --- .../ext-types/lib/tests/bindings/test_imported_types.swift | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fixtures/ext-types/lib/tests/bindings/test_imported_types.swift b/fixtures/ext-types/lib/tests/bindings/test_imported_types.swift index ab5de91c8a..22b8546b35 100644 --- a/fixtures/ext-types/lib/tests/bindings/test_imported_types.swift +++ b/fixtures/ext-types/lib/tests/bindings/test_imported_types.swift @@ -2,6 +2,10 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +print("AAAAAAAAAAAAA test_imported_types.swift") + +assert(false) + import imported_types_lib import Foundation