mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +00:00
[WINETESTS]
Allow to run skipped test in interactive mode. svn path=/trunk/; revision=53575
This commit is contained in:
parent
e448d722f6
commit
152a7cc18d
1 changed files with 1 additions and 1 deletions
|
@ -1427,7 +1427,7 @@ static int compare_emf_bits(const HENHMETAFILE mf, const unsigned char *bits,
|
|||
const ENHMETARECORD *emr1 = (const ENHMETARECORD *)(bits + offset1);
|
||||
const ENHMETARECORD *emr2 = (const ENHMETARECORD *)(buf + offset2);
|
||||
|
||||
if(1)
|
||||
if(!winetest_interactive)
|
||||
skip("skipping match_emf_record(), bug 5393\n");
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue