Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions test/Interpreter/layout_string_witnesses_dynamic.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

// REQUIRES: executable_test

// Requires runtime functions added in Swift 5.9.
// UNSUPPORTED: use_os_stdlib
// UNSUPPORTED: back_deployment_runtime

import Swift
Expand Down
3 changes: 3 additions & 0 deletions test/Interpreter/layout_string_witnesses_objc.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
// REQUIRES: executable_test
// REQUIRES: objc_interop

// Requires runtime functions added in Swift 5.9.
// UNSUPPORTED: use_os_stdlib

import Swift
import layout_string_witnesses_types
import ObjCClasses
Expand Down
2 changes: 2 additions & 0 deletions test/Interpreter/layout_string_witnesses_static.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

// REQUIRES: executable_test

// Requires runtime functions added in Swift 5.9.
// UNSUPPORTED: use_os_stdlib
// UNSUPPORTED: back_deployment_runtime

import Swift
Expand Down