tests: Don't initialize static variables to 0.
Static variables are initialized to 0 by default anyway. Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
9f1dd9fc3e
commit
f818bbf61a
|
@ -498,7 +498,6 @@ static int run_test( const char *name )
|
|||
printf( "Fatal: test '%s' does not exist.\n", name );
|
||||
exit_process(1);
|
||||
}
|
||||
successes = failures = todo_successes = todo_failures = 0;
|
||||
tls_index=TlsAlloc();
|
||||
current_test = test;
|
||||
test->func();
|
||||
|
|
Loading…
Reference in New Issue