Only call test_set_provider_ex() once.

This commit is contained in:
James Hawkins 2004-12-06 11:34:40 +00:00 committed by Alexandre Julliard
parent d179f8be8c
commit e3ba250034

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();
}