Commit 1f07f583 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

msvcrt/tests: Make test_dup2() static.

parent e39b983f
......@@ -1414,7 +1414,7 @@ static void test_unlink(void)
rmdir("test_unlink");
}
void test_dup2(void)
static void test_dup2(void)
{
ok(-1 == _dup2(0, -1), "expected _dup2 to fail when second arg is negative\n" );
}
......
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