From ae0ba3f4a33052a00bd2ef9d9352308ae267e5ac Mon Sep 17 00:00:00 2001 From: Piotr Caban Date: Wed, 3 Feb 2021 11:56:17 +0100 Subject: [PATCH] msvcr120/tests: Run strtof tests once. Signed-off-by: Piotr Caban Signed-off-by: Alexandre Julliard --- 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();