Skip to content

Commit a1d18cf

Browse files
authored
Merge pull request #84062 from lorentey/rdar159026079
[test] Prototypes/HypoArray: Don’t force test into Swift 6 mode
2 parents 158708b + 373a974 commit a1d18cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Prototypes/Hypoarray.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//
1111
//===----------------------------------------------------------------------===//
1212
// RUN: %empty-directory(%t)
13-
// RUN: %target-build-swift -swift-version 6 -o %t/a.out %s
13+
// RUN: %target-build-swift -o %t/a.out %s
1414
// RUN: %target-codesign %t/a.out
1515
// RUN: %target-run %t/a.out
1616
// REQUIRES: executable_test

0 commit comments

Comments
 (0)