Skip to content

Commit aa06727

Browse files
authored
Merge pull request swiftlang#40728 from CodaFi/seq-and-ye-shall-find
Revert "Test type_sequence fails on incremental bot"
2 parents 2928459 + 7355d22 commit aa06727

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)