dsound/tests: Removed test depending on value of undefined variable.

This commit is contained in:
Roy Shea 2008-06-24 10:29:06 -07:00 committed by Alexandre Julliard
parent e24e7e7852
commit d776828857
1 changed files with 0 additions and 6 deletions

View File

@ -407,12 +407,6 @@ static HRESULT test_primary(LPGUID lpGuid)
"IDirectSound_CreateSoundBuffer() should have failed: rc=%s,"
"dsbo=%p\n",DXGetErrorString8(rc),primary);
/* DSOUND: Error: Invalid buffer description pointer */
rc=IDirectSound_CreateSoundBuffer(dso,&bufdesc,0,NULL);
ok(rc==DSERR_INVALIDPARAM && primary==0,
"IDirectSound_CreateSoundBuffer() should have failed: rc=%s,"
"dsbo=0x%p\n",DXGetErrorString8(rc),primary);
ZeroMemory(&bufdesc, sizeof(bufdesc));
/* DSOUND: Error: Invalid size */