Skip to content

Commit 4754eea

Browse files
authored
Merge pull request #85898 from rjmansfield/fix-issue-78598-back-deployment
[test] Mark issue-78598.swift as unsupported on back deployment runtime.
2 parents df3aa1e + a7e22a3 commit 4754eea

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/Interpreter/issue-78598.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
// RUN: %target-run-simple-swift(-target %target-swift-5.9-abi-triple %no-fixup-chains) | %FileCheck %s
1+
// RUN: %target-run-simple-swift(-target %target-swift-5.9-abi-triple) | %FileCheck %s
22

33
// https://github.com/swiftlang/swift/issues/78598
44

55
// REQUIRES: executable_test
66

7+
// This test needs a Swift 5.9 runtime or newer.
8+
// UNSUPPORTED: back_deployment_runtime
9+
710
var counter = 0
811

912
final class Entry<Results> {

0 commit comments

Comments
 (0)