Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bb1cdb4

Browse files
committedMar 6, 2025
Prepare to move float tests from std to core
In order to facilitate cleaner git history, move the files in a separate commit from the rest of the test changes.
1 parent 8faba9e commit bb1cdb4

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
@@ -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)
Please sign in to comment.