1
Fork 0

Rollup merge of #135621 - bjorn3:move_tests_to_stdtests, r=Noratrieb

Move some std tests to integration tests

Unit tests directly inside of standard library crates require a very fragile way of building that is hard to reproduce outside of bootstrap.

Follow up to https://github.com/rust-lang/rust/pull/133859
This commit is contained in:
Jacob Pratt 2025-02-04 05:36:50 -05:00 committed by GitHub
commit d2aa3dec8a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
53 changed files with 645 additions and 650 deletions

View file

@ -12,9 +12,6 @@
#![stable(feature = "rust1", since = "1.0.0")]
#![allow(missing_docs)]
#[cfg(test)]
mod tests;
#[stable(feature = "rust1", since = "1.0.0")]
#[allow(deprecated, deprecated_in_future)]
pub use core::f64::{