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