Bug 829684 - jsreftests should prefix test print()s with "TEST-INFO | " to avoid TBPL false positives; r=terrence

This commit is contained in:
Ed Morley 2013-03-08 07:23:00 +00:00
parent 8ff83b5aef
commit f8ea5472ea

View File

@ -64,7 +64,7 @@ function DocumentWrite(s)
} }
function print() { function print() {
var s = ''; var s = 'TEST-INFO | ';
var a; var a;
for (var i = 0; i < arguments.length; i++) for (var i = 0; i < arguments.length; i++)
{ {