diff --git a/test/FMI2.jl b/test/FMI2.jl index e63e0fe..09109b3 100644 --- a/test/FMI2.jl +++ b/test/FMI2.jl @@ -428,7 +428,7 @@ fmi2Unload(fmu) # [ToDo] Enable Test for Linux too (by providing a FMU) -if iswindows() +if Sys.iswindows() # load demo FMU fmu = fmi2Load("VLDM", EXPORTINGTOOL, "2020x"; type=:ME) data = FMIZoo.VLDM(:train)