mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 18:51:28 +00:00
JavaScript Test - add missing end test prolog for asynchronous test, bug 324688
This commit is contained in:
parent
e09b510bb7
commit
2b18c48576
@ -73,6 +73,8 @@ function init()
|
||||
print('actual = ' + actual);
|
||||
TEST(1, expect, actual);
|
||||
END();
|
||||
gDelayTestDriverEnd = false;
|
||||
jsTestDriverEnd();
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user