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