Skip to content

Commit 4b248bb

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 05abd61 commit 4b248bb

File tree

6 files changed

+1
-0
lines changed

6 files changed

+1
-0
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

library/coretests/tests/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ mod cmp;
144144
mod const_ptr;
145145
mod convert;
146146
mod ffi;
147+
mod floats;
147148
mod fmt;
148149
mod future;
149150
mod hash;

0 commit comments

Comments
 (0)