diff options
Diffstat (limited to 'tests/ui/numbers-arithmetic/int-abs-overflow.rs')
| -rw-r--r-- | tests/ui/numbers-arithmetic/int-abs-overflow.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tests/ui/numbers-arithmetic/int-abs-overflow.rs b/tests/ui/numbers-arithmetic/int-abs-overflow.rs index e9114138048..6397f62d065 100644 --- a/tests/ui/numbers-arithmetic/int-abs-overflow.rs +++ b/tests/ui/numbers-arithmetic/int-abs-overflow.rs @@ -1,6 +1,6 @@ //@ run-pass //@ compile-flags: -C overflow-checks=on -//@ ignore-emscripten no threads support +//@ needs-threads //@ needs-unwind use std::thread; | 
