Skip to content

Commit 3ac3dbd

Browse files
committed
[lit] Delete dead code related to enabling +0 normal arguments.
We always compile with a plus_zero_runtime now.
1 parent 65738ea commit 3ac3dbd

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

test/SILGen/enum_resilience_testable.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// REQUIRES: plus_zero_runtime
21

32
// RUN: %empty-directory(%t)
43
// RUN: %target-swift-frontend -emit-module -enable-resilience -emit-module-path=%t/resilient_struct.swiftmodule -module-name=resilient_struct %S/../Inputs/resilient_struct.swift

test/SILGen/value_ownership.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
// RUN: %target-swift-emit-silgen -enable-sil-ownership -emit-verbose-sil %s | %FileCheck %s
22

3-
// REQUIRES: plus_zero_runtime
4-
53
protocol OwnershipProto {
64
__consuming func elided(_ default: String, _ shared: __shared String, _ owned: __owned String)
75

test/lit.site.cfg.in

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,6 @@ config.available_features.add("CMAKE_GENERATOR=@CMAKE_GENERATOR@")
8888
if "@SWIFT_ENABLE_SOURCEKIT_TESTS@" == "TRUE":
8989
config.available_features.add('sourcekit')
9090

91-
if "@SWIFT_ENABLE_GUARANTEED_NORMAL_ARGUMENTS@" == "TRUE":
92-
config.available_features.add('plus_zero_runtime')
93-
else:
94-
config.available_features.add('plus_one_runtime')
95-
9691
# Let the main config do the real work.
9792
if config.test_exec_root is None:
9893
config.test_exec_root = os.path.dirname(os.path.realpath(__file__))

0 commit comments

Comments
 (0)