mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 829684 - jsreftests should prefix test print()s with "TEST-INFO | " to avoid TBPL false positives; r=terrence
This commit is contained in:
parent
4719cf159c
commit
7a51112e77
@ -64,7 +64,7 @@ function DocumentWrite(s)
|
||||
}
|
||||
|
||||
function print() {
|
||||
var s = '';
|
||||
var s = 'TEST-INFO | ';
|
||||
var a;
|
||||
for (var i = 0; i < arguments.length; i++)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user