about summary refs log tree commit diff
path: root/tests/coverage/overflow.coverage
diff options
context:
space:
mode:
Diffstat (limited to 'tests/coverage/overflow.coverage')
-rw-r--r--tests/coverage/overflow.coverage4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/coverage/overflow.coverage b/tests/coverage/overflow.coverage
index 4f8dffc0c48..9057c244ccf 100644
--- a/tests/coverage/overflow.coverage
+++ b/tests/coverage/overflow.coverage
@@ -1,6 +1,6 @@
    LL|       |#![allow(unused_assignments)]
-   LL|       |// compile-flags: -Coverflow-checks=yes
-   LL|       |// failure-status: 101
+   LL|       |//@ compile-flags: -Coverflow-checks=yes
+   LL|       |//@ failure-status: 101
    LL|       |
    LL|      4|fn might_overflow(to_add: u32) -> u32 {
    LL|      4|    if to_add > 5 {