Skip to content

Commit 09507f5

Browse files
committed
Test type_sequence fails on incremental bot
Disable while we look into it. rdar://86744286
1 parent d39de7f commit 09507f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Constraints/type_sequence.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// RUN: %target-typecheck-verify-swift
22

3+
// REQUIRES: rdar_86744286
4+
35
struct TupleStruct<First, @_typeSequence Rest> {
46
var first: First
57
var rest: (Rest...)

0 commit comments

Comments
 (0)