We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df3aa1e + a7e22a3 commit 4754eeaCopy full SHA for 4754eea
test/Interpreter/issue-78598.swift
@@ -1,9 +1,12 @@
1
-// 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
2
3
// https://github.com/swiftlang/swift/issues/78598
4
5
// REQUIRES: executable_test
6
7
+// This test needs a Swift 5.9 runtime or newer.
8
+// UNSUPPORTED: back_deployment_runtime
9
+
10
var counter = 0
11
12
final class Entry<Results> {
0 commit comments