about summary refs log tree commit diff
path: root/tests/ui/or-patterns/basic-switch.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/or-patterns/basic-switch.rs')
-rw-r--r--tests/ui/or-patterns/basic-switch.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/or-patterns/basic-switch.rs b/tests/ui/or-patterns/basic-switch.rs
index 674fbc3cc99..479cddbe142 100644
--- a/tests/ui/or-patterns/basic-switch.rs
+++ b/tests/ui/or-patterns/basic-switch.rs
@@ -1,7 +1,7 @@
 // Test basic or-patterns when the target pattern type will be lowered to a
 // `Switch` (an `enum`).
 
-// run-pass
+//@ run-pass
 
 #[derive(Debug)]
 enum Test {