aboutsummaryrefslogtreecommitdiff
path: root/core/testing
diff options
context:
space:
mode:
authorFeoramund <161657516+Feoramund@users.noreply.github.com>2024-05-30 18:01:22 -0400
committerFeoramund <161657516+Feoramund@users.noreply.github.com>2024-06-02 14:54:31 -0400
commit433ca538bfccdfca9704942c4575b582b36db9ad (patch)
treeb6e70d3e06e654b4d43f284104c9051222218f3c /core/testing
parentd1723664a79a5818e8b43dc43210270dfdcb7b92 (diff)
Be specific about platforms not implementing test runner signal handler
Diffstat (limited to 'core/testing')
-rw-r--r--core/testing/signal_handler_other.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/testing/signal_handler_other.odin b/core/testing/signal_handler_other.odin
index 8621349f0..04981f5af 100644
--- a/core/testing/signal_handler_other.odin
+++ b/core/testing/signal_handler_other.odin
@@ -1,5 +1,5 @@
//+private
-//+build js, wasi, freestanding
+//+build !windows !linux !darwin !freebsd !openbsd !netbsd !haiku
package testing
_setup_signal_handler :: proc() {