Skip to content

Commit 4505d6e

Browse files
committed
[test] Import Glibc for Android as well
Expand operating system check to import Glibc on all non-Darwin platforms, including Android.
1 parent 2ae71e9 commit 4505d6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/1_stdlib/tgmath_optimized.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RUN: %target-run %t/a.out
44
// REQUIRES: executable_test
55

6-
#if os(Linux) || os(FreeBSD)
6+
#if os(Linux) || os(FreeBSD) || os(Android)
77
import Glibc
88
#else
99
import Darwin

0 commit comments

Comments
 (0)