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 1
1
// RUN: %target-swift-frontend \
2
2
// RUN: %s \
3
3
// RUN: -emit-silgen \
4
- // RUN: -disable-experimental-parser-round-trip \
5
4
// RUN: -target %target-swift-5.1-abi-triple \
6
5
// RUN: -enable-experimental-feature Sensitive \
7
6
// RUN: -enable-experimental-feature ValueGenerics \
8
7
// RUN: -enable-builtin-module
9
8
10
- // FIXME: Remove -disable-experimental-parser-round-trip when it's not required for using ValueGenerics.
11
-
12
9
// REQUIRES: swift_feature_Sensitive
13
10
// REQUIRES: swift_feature_ValueGenerics
14
11
Original file line number Diff line number Diff line change 1
1
// RUN: %target-typecheck-verify-swift \
2
- // RUN: -disable-experimental-parser-round-trip \
3
2
// RUN: -disable-availability-checking \
4
3
// RUN: -enable-experimental-feature NonescapableTypes \
5
4
// RUN: -enable-experimental-feature ValueGenerics \
6
5
// RUN: -enable-experimental-feature Sensitive \
7
6
// RUN: -enable-builtin-module \
8
7
// RUN: -debug-diagnostic-names
9
8
10
- // FIXME: Remove -disable-experimental-parser-round-trip when it's not required for using ValueGenerics.
11
-
12
9
// REQUIRES: swift_feature_NonescapableTypes
13
10
// REQUIRES: swift_feature_ValueGenerics
14
11
// REQUIRES: swift_feature_Sensitive
You can’t perform that action at this time.
0 commit comments