comparison test/call_suite/main.c @ 633:316c9d6f94a9

- removed superflous arg from 2 calls, fixing a warning
author Tassilo Philipp
date Sun, 20 Nov 2022 18:04:08 +0100
parents ed8835abe05f
children e3441521ad6b
comparison
equal deleted inserted replaced
632:ed19b429a152 633:316c9d6f94a9
160 init_test_data(G_maxargs); 160 init_test_data(G_maxargs);
161 G_callvm = (DCCallVM*) dcNewCallVM(4096); 161 G_callvm = (DCCallVM*) dcNewCallVM(4096);
162 dcReset(G_callvm); 162 dcReset(G_callvm);
163 total = run_all(); 163 total = run_all();
164 dcFree(G_callvm); 164 dcFree(G_callvm);
165 deinit_test_data(G_maxargs); 165 deinit_test_data();
166 166
167 printf("result: call_suite: %d\n", total); 167 printf("result: call_suite: %d\n", total);
168 168
169 dcTest_deInitPlatform(); 169 dcTest_deInitPlatform();
170 170