diff options
| author | Feoramund <161657516+Feoramund@users.noreply.github.com> | 2024-05-30 18:01:22 -0400 |
|---|---|---|
| committer | Feoramund <161657516+Feoramund@users.noreply.github.com> | 2024-06-02 14:54:31 -0400 |
| commit | 433ca538bfccdfca9704942c4575b582b36db9ad (patch) | |
| tree | b6e70d3e06e654b4d43f284104c9051222218f3c /core | |
| parent | d1723664a79a5818e8b43dc43210270dfdcb7b92 (diff) | |
Be specific about platforms not implementing test runner signal handler
Diffstat (limited to 'core')
| -rw-r--r-- | core/testing/signal_handler_other.odin | 2 |
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() { |