Skip to content

Commit 7cc29eb

Browse files
committed
Glibc validation test now performed also on FreeBSD, fixed
1 parent 98829a2 commit 7cc29eb

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

validation-test/stdlib/Glibc.swift

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
// RUN: %target-run-stdlib-swift
1+
// RUN: %target-run-simple-swift
22
// REQUIRES: executable_test
3+
//
4+
// UNSUPPORTED: OS=macosx
5+
// UNSUPPORTED: OS=ios
6+
// UNSUPPORTED: OS=tvos
7+
// UNSUPPORTED: OS=watchos
8+
// UNSUPPORTED: OS=linux-androideabi
39

4-
// REQUIRES: OS=linux-gnu
5-
6-
import Swift
710
import StdlibUnittest
811

9-
1012
import Glibc
1113

1214
var GlibcTestSuite = TestSuite("Glibc")

0 commit comments

Comments
 (0)