Skip to content

Commit

Permalink
[SourceKit] Mark test failing on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
norio-nomura committed Apr 4, 2017
1 parent c49fa3c commit 0c2a446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/SourceKit/CodeComplete/complete_sort_order.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ func test() {

}

// XFAIL: broken_std_regex
// XFAIL: broken_std_regex, linux
// RUN: %sourcekitd-test -req=complete -req-opts=hidelowpriority=0 -pos=7:1 %s -- %s > %t.orig
// RUN: %FileCheck -check-prefix=NAME %s < %t.orig
// Make sure the order is as below, foo(Int) should come before foo(String).
Expand Down

0 comments on commit 0c2a446

Please sign in to comment.