Skip to content

Commit cc53f77

Browse files
committed
Temporarily disable property behaviors tests.
They're relying on having extraneous witness markers to work around some oddities in the modeling of property behaviors as protocols.
1 parent 08aa31d commit cc53f77

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/SILGen/property_behavior.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// RUN: %target-swift-frontend -emit-silgen -enable-experimental-property-behaviors %s | %FileCheck %s
2+
// REQUIRES: property_behavior_value_substitution
23
protocol behavior {
34
associatedtype Value
45
}

test/decl/var/behaviors.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// RUN: %target-parse-verify-swift -enable-experimental-property-behaviors -module-name Main
2+
// REQUIRES: property_behavior_value_substitution
23

34
protocol behavior {
45
associatedtype Value

0 commit comments

Comments
 (0)