about summary refs log tree commit diff
path: root/tests/ui/use-module-level-int-consts.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/use-module-level-int-consts.rs')
-rw-r--r--tests/ui/use-module-level-int-consts.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/use-module-level-int-consts.rs b/tests/ui/use-module-level-int-consts.rs
index 200f742d771..6e8c7053c57 100644
--- a/tests/ui/use-module-level-int-consts.rs
+++ b/tests/ui/use-module-level-int-consts.rs
@@ -1,4 +1,4 @@
-// run-pass
+//@ run-pass
 
 // Make sure the module level constants are still there and accessible even after
 // the corresponding associated constants have been added, and later stabilized.