Commit cd35ac90 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

mscoree/tests: Make test_createinstance() static.

parent bc1d6e50
......@@ -390,7 +390,7 @@ static void test_createconfigstream(void)
DeleteFileW(file);
}
void test_createinstance(void)
static void test_createinstance(void)
{
HRESULT hr;
ICLRMetaHost *host;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment