Skip to content

Commit 11264a0

Browse files
author
Massimiliano Pippi
committed
open the door to Windows
1 parent 955f387 commit 11264a0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cli/cli_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
// Arduino software without disclosing the source code of your own applications.
1414
// To purchase a commercial license, send an email to [email protected].
1515

16-
// These tests are mocked and won't work on OSX, make them run on Linux only
17-
// +build linux
16+
// These tests are mocked and won't work on OSX
17+
// +build !darwin
1818

1919
package cli
2020

commands/daemon/monitor_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
// Arduino software without disclosing the source code of your own applications.
1414
// To purchase a commercial license, send an email to [email protected].
1515

16-
// These tests are mocked and won't work on OSX, make them run on Linux only
17-
// +build linux
16+
// These tests are mocked and won't work on OSX
17+
// +build !darwin
1818

1919
package daemon_test
2020

0 commit comments

Comments
 (0)