Skip to content

Commit ddd5575

Browse files
authored
Merge pull request swiftlang#77033 from Azoy/int/value-generic
[test] Disable device and back deployment for Interpreter/value_generics.swift
2 parents 844d103 + e450f25 commit ddd5575

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Interpreter/value_generics.swift

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// RUN: %target-run-simple-swift(-enable-experimental-feature ValueGenerics -Xfrontend -disable-availability-checking -Xfrontend -disable-experimental-parser-round-trip) | %FileCheck %s
22

3+
// UNSUPPORTED: use_os_stdlib
4+
// UNSUPPORTED: back_deployment_runtime
5+
36
// REQUIRES: executable_test
47

58
struct A<let N: Int, let M: Int> {}

0 commit comments

Comments
 (0)