diff options
Diffstat (limited to 'test-suite/tests')
-rw-r--r-- | test-suite/tests/float.rs | 1 | ||||
-rw-r--r-- | test-suite/tests/macros.rs | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/test-suite/tests/float.rs b/test-suite/tests/float.rs index 5ce99c8..c07d027 100644 --- a/test-suite/tests/float.rs +++ b/test-suite/tests/float.rs @@ -75,7 +75,6 @@ sf8 = -0.0 } #[test] -#[cfg(feature = "test-nan-sign")] fn float_inf() { float_inf_tests!(f32); float_inf_tests!(f64); diff --git a/test-suite/tests/macros.rs b/test-suite/tests/macros.rs index db94549..20831a0 100644 --- a/test-suite/tests/macros.rs +++ b/test-suite/tests/macros.rs @@ -283,7 +283,6 @@ fn test_datetime() { // This test requires rustc >= 1.20. #[test] -#[cfg(feature = "test-quoted-keys-in-macro")] fn test_quoted_key() { let actual = toml! { "quoted" = true |