about summary refs log tree commit diff
path: root/tests/ui/consts/raw_pointer_promoted.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/consts/raw_pointer_promoted.rs')
-rw-r--r--tests/ui/consts/raw_pointer_promoted.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/consts/raw_pointer_promoted.rs b/tests/ui/consts/raw_pointer_promoted.rs
index 4c62ad444a5..9bffd79709f 100644
--- a/tests/ui/consts/raw_pointer_promoted.rs
+++ b/tests/ui/consts/raw_pointer_promoted.rs
@@ -1,4 +1,4 @@
-// check-pass
+//@ check-pass
 
 pub const FOO: &'static *const i32 = &(&0 as _);