Skip to content

Commit c4e44f0

Browse files
Merge pull request swiftlang#77525 from nate-chandler/test/20241111/1
[Test] Enable some new parser round-tripping.
2 parents 2d2ea65 + 634eff6 commit c4e44f0

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

test/SILGen/bitwise_copyable.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
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

test/Sema/bitwise_copyable.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
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

0 commit comments

Comments
 (0)