[StdLib] Update requirements for UnicodeUTFEncoders test

All of the tests in this file need the Objective-C runtime. This change removes
the XFAIL on linux and replaces it with a runtime requirement.
This commit is contained in:
Emanuel Zephir
2016-01-14 11:22:26 -08:00
parent 03f5f015d7
commit f87ec8c071

View File

@@ -1,8 +1,6 @@
// RUN: %target-run-simple-swift
// REQUIRES: executable_test
// FIXME: rdar://problem/19648117 Needs splitting objc parts out
// XFAIL: linux
// REQUIRES: objc_interop
import SwiftPrivate
import StdlibUnittest