diff options
Diffstat (limited to 'tests/ui/numbers-arithmetic/mod-zero.rs')
| -rw-r--r-- | tests/ui/numbers-arithmetic/mod-zero.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ui/numbers-arithmetic/mod-zero.rs b/tests/ui/numbers-arithmetic/mod-zero.rs index 08371639412..f3cc7c9fc88 100644 --- a/tests/ui/numbers-arithmetic/mod-zero.rs +++ b/tests/ui/numbers-arithmetic/mod-zero.rs @@ -1,6 +1,6 @@ -// run-fail -// error-pattern:attempt to calculate the remainder with a divisor of zero -// ignore-emscripten no processes +//@ run-fail +//@ error-pattern:attempt to calculate the remainder with a divisor of zero +//@ ignore-emscripten no processes #[allow(unconditional_panic)] fn main() { |
