about summary refs log tree commit diff
path: root/tests/ui/single-use-lifetime/two-uses-in-inherent-impl-header.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/single-use-lifetime/two-uses-in-inherent-impl-header.rs')
-rw-r--r--tests/ui/single-use-lifetime/two-uses-in-inherent-impl-header.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/single-use-lifetime/two-uses-in-inherent-impl-header.rs b/tests/ui/single-use-lifetime/two-uses-in-inherent-impl-header.rs
index 125a395db3b..6be28e6c9a8 100644
--- a/tests/ui/single-use-lifetime/two-uses-in-inherent-impl-header.rs
+++ b/tests/ui/single-use-lifetime/two-uses-in-inherent-impl-header.rs
@@ -1,6 +1,6 @@
 // Test that we DO NOT warn for a lifetime used twice in an impl.
 //
-// check-pass
+//@ check-pass
 
 #![deny(single_use_lifetimes)]
 #![allow(dead_code)]