about summary refs log tree commit diff
path: root/tests/ui/lint/dead-code/self-assign.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/lint/dead-code/self-assign.rs')
-rw-r--r--tests/ui/lint/dead-code/self-assign.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/lint/dead-code/self-assign.rs b/tests/ui/lint/dead-code/self-assign.rs
index ea7ce98d884..072a899e1bd 100644
--- a/tests/ui/lint/dead-code/self-assign.rs
+++ b/tests/ui/lint/dead-code/self-assign.rs
@@ -1,9 +1,9 @@
 // Test that dead code warnings are issued for superfluous assignments of
 // fields or variables to themselves (issue #75356).
 
-// ignore-test FIXME(81658, 83171)
+//@ ignore-test FIXME(81658, 83171)
 
-// check-pass
+//@ check-pass
 #![allow(unused_assignments)]
 #![warn(dead_code)]