Skip to content

Commit a586e4b

Browse files
authored
Merge pull request #78165 from tshortli/variadic-generics-unsupported-for-back-deployment-6.1
[6.1] Tests: Disable macro_expand_variadic.swift on back deployment runtimes
2 parents 252b5c3 + 2d1b59f commit a586e4b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Macros/macro_expand_variadic.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
// RUN: %target-codesign %t/main
88
// RUN: %target-run %t/main | %FileCheck %s
99

10+
// This test needs a Swift 5.9 runtime or newer.
11+
// UNSUPPORTED: back_deployment_runtime
12+
1013
@freestanding(expression) macro print<each Value>(_ value: repeat each Value) = #externalMacro(module: "MacroDefinition", type: "PrintMacro")
1114

1215
@freestanding(expression) macro Print<each Value>(_ value: repeat each Value) = #externalMacro(module: "MacroDefinition", type: "PrintMacro")

0 commit comments

Comments
 (0)