Skip to content

Commit

Permalink
Merge pull request swiftlang#1553 from hughbe/objc-requires
Browse files Browse the repository at this point in the history
Replace XFAIL with Requires for ArrayBridge
  • Loading branch information
lattner committed Mar 5, 2016
2 parents 790cd28 + eaef92a commit 7566bab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/1_stdlib/ArrayBridge.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
// RUN: %target-run %t/ArrayBridge > %t.txt
// RUN: FileCheck %s < %t.txt
// REQUIRES: executable_test

// XFAIL: linux
// REQUIRES: objc_interop

import Foundation
import ArrayBridgeObjC
Expand Down

0 comments on commit 7566bab

Please sign in to comment.