about summary refs log tree commit diff
path: root/tests/ui/float/classify-runtime-const.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/float/classify-runtime-const.rs')
-rw-r--r--tests/ui/float/classify-runtime-const.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/float/classify-runtime-const.rs b/tests/ui/float/classify-runtime-const.rs
index 2a24e51cabb..ca852ea2468 100644
--- a/tests/ui/float/classify-runtime-const.rs
+++ b/tests/ui/float/classify-runtime-const.rs
@@ -6,8 +6,8 @@
 
 // This tests the float classification functions, for regular runtime code and for const evaluation.
 
-#![feature(f16_const)]
-#![feature(f128_const)]
+#![feature(f16)]
+#![feature(f128)]
 
 use std::num::FpCategory::*;