about summary refs log tree commit diff
path: root/tests/ui/structs-enums/enum-nullable-const-null-with-fields.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/structs-enums/enum-nullable-const-null-with-fields.rs')
-rw-r--r--tests/ui/structs-enums/enum-nullable-const-null-with-fields.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/structs-enums/enum-nullable-const-null-with-fields.rs b/tests/ui/structs-enums/enum-nullable-const-null-with-fields.rs
index 1d52d44d169..e76afa49f5e 100644
--- a/tests/ui/structs-enums/enum-nullable-const-null-with-fields.rs
+++ b/tests/ui/structs-enums/enum-nullable-const-null-with-fields.rs
@@ -1,4 +1,4 @@
-// run-pass
+//@ run-pass
 
 static C: Result<(), Box<isize>> = Ok(());