Skip to content

Commit 58957c3

Browse files
committed
[NFC] Update feature flags
1 parent a42511e commit 58957c3

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

test/Parse/borrow_and_mutate_accessors.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// RUN: %target-typecheck-verify-swift -disable-availability-checking -enable-experimental-feature BorrowAndMutateAccessors -enable-experimental-feature CoroutineAccessors
22

3+
// REQUIRES: swift_feature_BorrowAndMutateAccessors
4+
// REQUIRES: swift_feature_CoroutineAccessors
5+
36
class Klass {}
47

58
struct Wrapper {

test/SILGen/borrow_accessor.swift

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

3+
// REQUIRES: swift_feature_BorrowAndMutateAccessors
4+
35
public class Klass {}
46

57
func getKlass() -> Klass {

test/Sema/borrow_and_mutate_accessors.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// RUN: %target-typecheck-verify-swift -disable-availability-checking -enable-experimental-feature BorrowAndMutateAccessors -enable-experimental-feature CoroutineAccessors
22

3+
// REQUIRES: swift_feature_BorrowAndMutateAccessors
4+
// REQUIRES: swift_feature_CoroutineAccessors
5+
36
class Klass {
47
var _i: Int = 0
58
}

0 commit comments

Comments
 (0)