dsound/tests: Fix copy&paste error in ok() message.

oldstable
Michael Stefaniuc 2013-07-02 00:58:27 +02:00 committed by Alexandre Julliard
parent 4c3e01143d
commit a158d42c0f
1 changed files with 1 additions and 1 deletions

View File

@ -709,7 +709,7 @@ static HRESULT test_secondary8(LPGUID lpGuid, int play,
rc=IDirectSoundBuffer_SetPan(secondary,-1000);
ok(rc==DS_OK,"IDirectSoundBuffer_SetPan(secondary) failed: %08x\n",rc);
rc=IDirectSoundBuffer_GetPan(secondary,&pan);
ok(rc==DS_OK,"IDirectSoundBuffer_SetPan(secondary) failed: %08x\n",rc);
ok(rc==DS_OK,"IDirectSoundBuffer_GetPan(secondary) failed: %08x\n",rc);
ok(pan==-1000,"secondary: wrong pan %d instead of -1000\n",
pan);