Browse Source

Be specific about platforms not implementing test runner signal handler

Feoramund 1 year ago
parent
commit
433ca538bf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/testing/signal_handler_other.odin

+ 1 - 1
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() {