From eafc48fb1a3e2427ae30a6751744d6cabbcf9517 Mon Sep 17 00:00:00 2001 From: Anthony Latsis Date: Tue, 20 May 2025 12:08:44 +0100 Subject: [PATCH] [test] Fix REQUIRES line in test --- test/Interpreter/layout_string_witnesses_dynamic.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Interpreter/layout_string_witnesses_dynamic.swift b/test/Interpreter/layout_string_witnesses_dynamic.swift index 2aff154f749dd..87355fe825c6f 100644 --- a/test/Interpreter/layout_string_witnesses_dynamic.swift +++ b/test/Interpreter/layout_string_witnesses_dynamic.swift @@ -17,7 +17,7 @@ // UNSUPPORTED: back_deployment_runtime // test disabled until rdar://151476435 is fixed -// REQUIRES: rdar://151476435 +// REQUIRES: rdar151476435 import Swift import layout_string_witnesses_types