Commit 51604ad1 authored by Davide Beatrici's avatar Davide Beatrici Committed by Alexandre Julliard

mmdevapi/tests: Fix fail message referencing "Start" instead of "Stop" in test_session().

parent 44761574
......@@ -1529,7 +1529,7 @@ static void test_session(void)
}
hr = IAudioClient_Stop(ses1_ac1);
ok(hr == S_OK, "Start failed: %08lx\n", hr);
ok(hr == S_OK, "Stop failed: %08lx\n", hr);
hr = IAudioSessionControl2_GetState(ses1_ctl, &state);
ok(hr == S_OK, "GetState failed: %08lx\n", hr);
......
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