From 595d435b5414ae3c52a4f54345dcda49ce3e4d39 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Philippe=20Bruy=C3=A8re?= Date: Fri, 18 Feb 2022 15:53:35 +0100 Subject: [PATCH] remove duplicated _parse_args --- tests/common/test.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/common/test.c b/tests/common/test.c index 3446d74..6a0ace9 100644 --- a/tests/common/test.c +++ b/tests/common/test.c @@ -539,7 +539,6 @@ void perform_test_onscreen (void(*testfunc)(void), const char *testName, int arg srand((unsigned) currentTime.tv_usec); //dumpLayerExts(); - _parse_args (argc, argv); if (single_test >= 0 && test_index != single_test){ test_index++; -- 2.47.3