about summary refs log tree commit diff
path: root/tests/ui/const_prop/const-prop-overflowing-casts.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/const_prop/const-prop-overflowing-casts.rs')
-rw-r--r--tests/ui/const_prop/const-prop-overflowing-casts.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/const_prop/const-prop-overflowing-casts.rs b/tests/ui/const_prop/const-prop-overflowing-casts.rs
index 8cc5b98250b..33189038a2c 100644
--- a/tests/ui/const_prop/const-prop-overflowing-casts.rs
+++ b/tests/ui/const_prop/const-prop-overflowing-casts.rs
@@ -1,4 +1,4 @@
-// check-pass
+//@ check-pass
 
 enum Foo {
     Bar = -42,