Skip to content

Commit 7355d22

Browse files
committed
Revert "Test type_sequence fails on incremental bot"
This reverts commit 09507f5.
1 parent f60d633 commit 7355d22

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/Constraints/type_sequence.swift

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

3-
// REQUIRES: rdar_86744286
4-
53
struct TupleStruct<First, @_typeSequence Rest> {
64
var first: First
75
var rest: (Rest...)

0 commit comments

Comments
 (0)