Skip to content

Commit 8e2ffa2

Browse files
committed
XFAIL a pair of tooling tests that are specific to multiple trailing closures.
1 parent 304d3f8 commit 8e2ffa2

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

test/IDE/complete_multiple_trailingclosure.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// RUN: %target-swift-ide-test -code-completion -source-filename %s -code-completion-token=METHOD_4 | %FileCheck %s -check-prefix=METHOD_4
1010
// RUN: %target-swift-ide-test -code-completion -source-filename %s -code-completion-token=METHOD_5 | %FileCheck %s -check-prefix=METHOD_1
1111

12+
// XFAIL: *
1213

1314
func globalFunc1(fn1: () -> Int, fn2: () -> String) {}
1415
func testGlobalFunc() {

test/swift-indent/multiple-trailing-closures.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// RUN: %swift-indent %s >%t.response
22
// RUN: diff -u %s %t.response
33

4+
// XFAIL: *
5+
46
foo(c: 12, d: 34) {
57
a: { print("foo") }
68
}

0 commit comments

Comments
 (0)