Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions test/Interpreter/variadic_generic_opaque_type.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@

// REQUIRES: executable_test

// This test needs a Swift 5.9 runtime or newer.
// UNSUPPORTED: back_deployment_runtime
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tshortli Eventually, we should make this more fine-grained so that we don't have an ever-growing pile of tests disabled on backward deployment bots.


import variadic_generic_opaque_type_other
import StdlibUnittest

Expand Down