Skip to content

Commit 44298e1

Browse files
authored
Merge pull request #68428 from hamishknight/require-asserts
2 parents b5ddffd + 85230ee commit 44298e1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/SILOptimizer/tuple-conformances.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// RUN: %target-swift-frontend -emit-sil %s -enable-experimental-feature TupleConformances | %FileCheck %s
22

3+
// Required for experimental features
4+
// REQUIRES: asserts
5+
36
public typealias Tuple<each T> = (repeat each T)
47

58
public protocol P {

0 commit comments

Comments
 (0)