SWDEV-555299 - Fix and enable Unit_Device_modf_modff_Negative_RTC (#1012)

This commit is contained in:
marandje
2025-11-03 21:08:09 +01:00
committed by GitHub
parent da297d46e8
commit 1ccc0ce2e4
2 changed files with 1 additions and 2 deletions
@@ -150,4 +150,4 @@ TEST_CASE("Unit_Device_modf_Accuracy_Positive - double") {
PairValidatorBuilderFactory<double>(ULPValidatorBuilderFactory<double>(0)));
}
TEST_CASE("Unit_Device_modf_modff_Negative_RTC") { NegativeTestRTCWrapper<20>(kModf); }
TEST_CASE("Unit_Device_modf_modff_Negative_RTC") { NegativeTestRTCWrapper<19>(kModf); }