]> O.S.I.I.S - jp/vkvg.git/commitdiff
remove duplicated _parse_args
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Fri, 18 Feb 2022 14:53:35 +0000 (15:53 +0100)
committerj-p <jp_bruyere@hotmail.com>
Fri, 18 Feb 2022 20:09:23 +0000 (21:09 +0100)
tests/common/test.c

index 3446d74c253c86df0924cc8abb63ccc0275a5d8b..6a0ace91c8793107bbd0fb69ecf1486c44105af6 100644 (file)
@@ -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++;