about summary refs log tree commit diff
path: root/tests/ui/float/conv-bits-runtime-const.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/float/conv-bits-runtime-const.rs')
-rw-r--r--tests/ui/float/conv-bits-runtime-const.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/float/conv-bits-runtime-const.rs b/tests/ui/float/conv-bits-runtime-const.rs
index e85a889d2c2..60c45cc4cc1 100644
--- a/tests/ui/float/conv-bits-runtime-const.rs
+++ b/tests/ui/float/conv-bits-runtime-const.rs
@@ -3,7 +3,6 @@
 
 // This tests the float classification functions, for regular runtime code and for const evaluation.
 
-#![feature(const_float_classify)]
 #![feature(f16)]
 #![feature(f128)]
 #![feature(f16_const)]