about summary refs log tree commit diff
path: root/tests/ui/binding/nested-matchs.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/binding/nested-matchs.rs')
-rw-r--r--tests/ui/binding/nested-matchs.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/binding/nested-matchs.rs b/tests/ui/binding/nested-matchs.rs
index 29490fd4888..03e688ec50e 100644
--- a/tests/ui/binding/nested-matchs.rs
+++ b/tests/ui/binding/nested-matchs.rs
@@ -1,4 +1,4 @@
-// run-pass
+//@ run-pass
 #![allow(unused_mut)] // under NLL we get warning about `bar` below
 fn baz() -> ! { panic!(); }