From 373a9741e1df2ab27572eb558ccacee65e8a5405 Mon Sep 17 00:00:00 2001 From: Karoy Lorentey Date: Tue, 2 Sep 2025 14:53:51 -0700 Subject: [PATCH] =?UTF-8?q?[test]=20Prototypes/HypoArray:=20Don=E2=80=99t?= =?UTF-8?q?=20force=20test=20into=20Swift=206=20mode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/Prototypes/Hypoarray.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Prototypes/Hypoarray.swift b/test/Prototypes/Hypoarray.swift index 909ce3dacec40..d0dd8beb14f28 100644 --- a/test/Prototypes/Hypoarray.swift +++ b/test/Prototypes/Hypoarray.swift @@ -10,7 +10,7 @@ // //===----------------------------------------------------------------------===// // RUN: %empty-directory(%t) -// RUN: %target-build-swift -swift-version 6 -o %t/a.out %s +// RUN: %target-build-swift -o %t/a.out %s // RUN: %target-codesign %t/a.out // RUN: %target-run %t/a.out // REQUIRES: executable_test