Only call test_set_provider_ex() once.

oldstable
James Hawkins 2004-12-06 11:34:40 +00:00 committed by Alexandre Julliard
parent d179f8be8c
commit e3ba250034
1 changed files with 0 additions and 1 deletions

View File

@ -521,5 +521,4 @@ START_TEST(crypt)
test_enum_provider_types();
test_get_default_provider();
test_set_provider_ex();
test_set_provider_ex();
}