From 34c9ba45e8ef63ee3644734a7eb402e924049e0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristupas=20Antanavi=C4=8Dius?= Date: Sat, 4 Jan 2025 10:09:36 +0200 Subject: [PATCH] Debug CI --- .../proc-macro-lib/tests/bindings/test_imported_types.swift | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/fixtures/ext-types/proc-macro-lib/tests/bindings/test_imported_types.swift b/fixtures/ext-types/proc-macro-lib/tests/bindings/test_imported_types.swift index ff1938fc7f..a3e82812e5 100644 --- a/fixtures/ext-types/proc-macro-lib/tests/bindings/test_imported_types.swift +++ b/fixtures/ext-types/proc-macro-lib/tests/bindings/test_imported_types.swift @@ -66,6 +66,7 @@ Task { print("BBBBBBBBBBBBBBBBBBBB 5") semaphore.signal() + print("BBBBBBBBBBBBBBBBBBBB 6") } print("AAAAAAAAAAAAAAAAAAAAAAA 6.3") @@ -95,3 +96,8 @@ assert(g == getGuidProcmacro(g: g)) print("AAAAAAAAAAAAAAAAAAAAAAA 10") fflush(stdout) + +Thread.sleep(forTimeInterval: 1) + +print("AAAAAAAAAAAAAAAAAAAAAAA 11") +fflush(stdout)