2016-05-21 12:44:17 -07:00
|
|
|
import "os" for Platform
|
|
|
|
|
|
|
|
|
|
// Can't test for certain values since this test is cross-platform, but we can
|
|
|
|
|
// at least make sure it is callable and returns a bool.
|
2021-04-28 17:45:50 -04:00
|
|
|
System.print(Platform.isPosix is Bool) // expect: true
|