about summary refs log tree commit diff
path: root/tests/ui/const-generics/defaults/simple-defaults.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/const-generics/defaults/simple-defaults.rs')
-rw-r--r--tests/ui/const-generics/defaults/simple-defaults.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/const-generics/defaults/simple-defaults.rs b/tests/ui/const-generics/defaults/simple-defaults.rs
index 6a782d2238c..ecc8cad2684 100644
--- a/tests/ui/const-generics/defaults/simple-defaults.rs
+++ b/tests/ui/const-generics/defaults/simple-defaults.rs
@@ -1,4 +1,4 @@
-// run-pass
+//@ run-pass
 // Checks that type param defaults are allowed after const params.
 #![allow(dead_code)]