Module: wine Branch: master Commit: ae0ba3f4a33052a00bd2ef9d9352308ae267e5ac URL: https://source.winehq.org/git/wine.git/?a=commit;h=ae0ba3f4a33052a00bd2ef9d9...
Author: Piotr Caban piotr@codeweavers.com Date: Wed Feb 3 11:56:17 2021 +0100
msvcr120/tests: Run strtof tests once.
Signed-off-by: Piotr Caban piotr@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/msvcr120/tests/msvcr120.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/dlls/msvcr120/tests/msvcr120.c b/dlls/msvcr120/tests/msvcr120.c index a68870ac77b..b3e3828156b 100644 --- a/dlls/msvcr120/tests/msvcr120.c +++ b/dlls/msvcr120/tests/msvcr120.c @@ -1111,7 +1111,6 @@ static void test_CurrentContext(void) START_TEST(msvcr120) { if (!init()) return; - test__strtof(); test_lconv(); test__dsign(); test__dpcomp();