about summary refs log tree commit diff
path: root/tests/coverage/test_harness.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/coverage/test_harness.rs')
-rw-r--r--tests/coverage/test_harness.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/coverage/test_harness.rs b/tests/coverage/test_harness.rs
index 12a755734c1..1361274b716 100644
--- a/tests/coverage/test_harness.rs
+++ b/tests/coverage/test_harness.rs
@@ -1,7 +1,7 @@
 // Verify that the entry point injected by the test harness doesn't cause
 // weird artifacts in the coverage report (e.g. issue #10749).
 
-// compile-flags: --test
+//@ compile-flags: --test
 
 #[allow(dead_code)]
 fn unused() {}