mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix error in test.
This commit is contained in:
parent
9932fb47ec
commit
7608b7052e
@ -24,7 +24,7 @@ function checkSetterCalled(called, shouldCall)
|
|||||||
{
|
{
|
||||||
is(called, shouldCall, "Setter " + (called ? "" : "not ") + "called.");
|
is(called, shouldCall, "Setter " + (called ? "" : "not ") + "called.");
|
||||||
if (!shouldCall) {
|
if (!shouldCall) {
|
||||||
top.SimpleTest.finish();
|
SimpleTest.finish();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user