Update test and validation-test flags for linux.

Swift SVN r25506
This commit is contained in:
Graham Batty
2015-02-24 18:55:42 +00:00
parent 9dca554a79
commit 7346a9733d
65 changed files with 134 additions and 0 deletions

View File

@@ -2,6 +2,8 @@
// RUN: %S/../../utils/line-directive %t/FixedPoint.swift -- %target-build-swift %t/FixedPoint.swift -o %t/a.out
// RUN: %S/../../utils/line-directive %t/FixedPoint.swift -- %target-run %t/a.out
// XFAIL: linux
import StdlibUnittest
var FixedPoint = TestSuite("FixedPoint")