mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
MacOSX: fixed some failing tests
This commit is contained in:
@ -41,7 +41,9 @@ public abstract class HostDependentDownloadableContribution extends Downloadable
|
||||
|
||||
public boolean isCompatible(Platform platform) {
|
||||
String osName = platform.getOsName();
|
||||
assert osName != null;
|
||||
String osArch = platform.getOsArch();
|
||||
assert osArch != null;
|
||||
|
||||
String host = getHost();
|
||||
|
||||
|
Reference in New Issue
Block a user