Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit a6bb2f9

Browse files
committed
Move float tests from std to core
Many float-related tests in `std` only depend on `core`, so move the tests there. This also allows us to verify functions from `core_float_math`. Since the majority of test files need to be moved to `coretests`, move the files here without any cleanup; this is done in a followup commit. This makes git history slightly cleaner, but coretests will not build immediately after this commit.
1 parent 59f61b2 commit a6bb2f9

File tree

6 files changed

+1
-0
lines changed

6 files changed

+1
-0
lines changed

library/coretests/tests/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ mod cmp;
146146
mod const_ptr;
147147
mod convert;
148148
mod ffi;
149+
mod floats;
149150
mod fmt;
150151
mod future;
151152
mod hash;

0 commit comments

Comments
 (0)