[test] Mark issue-78598.swift as unsupported on back deployment runtime.

This commit is contained in:
Ryan Mansfield
2025-12-08 08:15:10 -05:00
parent 3e2943ff62
commit a7e22a36c8

View File

@@ -1,9 +1,12 @@
// RUN: %target-run-simple-swift(-target %target-swift-5.9-abi-triple %no-fixup-chains) | %FileCheck %s
// RUN: %target-run-simple-swift(-target %target-swift-5.9-abi-triple) | %FileCheck %s
// https://github.com/swiftlang/swift/issues/78598
// REQUIRES: executable_test
// This test needs a Swift 5.9 runtime or newer.
// UNSUPPORTED: back_deployment_runtime
var counter = 0
final class Entry<Results> {