File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 11// RUN: %target-swift-frontend \
22// RUN: %s \
33// RUN: -emit-silgen \
4- // RUN: -disable-experimental-parser-round-trip \
54// RUN: -target %target-swift-5.1-abi-triple \
65// RUN: -enable-experimental-feature Sensitive \
76// RUN: -enable-experimental-feature ValueGenerics \
87// RUN: -enable-builtin-module
98
10- // FIXME: Remove -disable-experimental-parser-round-trip when it's not required for using ValueGenerics.
11-
129// REQUIRES: swift_feature_Sensitive
1310// REQUIRES: swift_feature_ValueGenerics
1411
Original file line number Diff line number Diff line change 11// RUN: %target-typecheck-verify-swift \
2- // RUN: -disable-experimental-parser-round-trip \
32// RUN: -disable-availability-checking \
43// RUN: -enable-experimental-feature NonescapableTypes \
54// RUN: -enable-experimental-feature ValueGenerics \
65// RUN: -enable-experimental-feature Sensitive \
76// RUN: -enable-builtin-module \
87// RUN: -debug-diagnostic-names
98
10- // FIXME: Remove -disable-experimental-parser-round-trip when it's not required for using ValueGenerics.
11-
129// REQUIRES: swift_feature_NonescapableTypes
1310// REQUIRES: swift_feature_ValueGenerics
1411// REQUIRES: swift_feature_Sensitive
You can’t perform that action at this time.
0 commit comments