Skip to content

[Test] Enable some new parser round-tripping. #77525

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 11, 2024
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
3 changes: 0 additions & 3 deletions test/SILGen/bitwise_copyable.swift
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
// RUN: %target-swift-frontend \
// RUN: %s \
// RUN: -emit-silgen \
// RUN: -disable-experimental-parser-round-trip \
// RUN: -target %target-swift-5.1-abi-triple \
// RUN: -enable-experimental-feature Sensitive \
// RUN: -enable-experimental-feature ValueGenerics \
// RUN: -enable-builtin-module

// FIXME: Remove -disable-experimental-parser-round-trip when it's not required for using ValueGenerics.

// REQUIRES: swift_feature_Sensitive
// REQUIRES: swift_feature_ValueGenerics

Expand Down
3 changes: 0 additions & 3 deletions test/Sema/bitwise_copyable.swift
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
// RUN: %target-typecheck-verify-swift \
// RUN: -disable-experimental-parser-round-trip \
// RUN: -disable-availability-checking \
// RUN: -enable-experimental-feature NonescapableTypes \
// RUN: -enable-experimental-feature ValueGenerics \
// RUN: -enable-experimental-feature Sensitive \
// RUN: -enable-builtin-module \
// RUN: -debug-diagnostic-names

// FIXME: Remove -disable-experimental-parser-round-trip when it's not required for using ValueGenerics.

// REQUIRES: swift_feature_NonescapableTypes
// REQUIRES: swift_feature_ValueGenerics
// REQUIRES: swift_feature_Sensitive
Expand Down