UNPKG
test262-stream
Version:
latest (1.4.0)
1.4.0
1.3.0
1.2.2
1.2.1
1.2.0
1.1.0
1.0.0
A Node.js API for traversing the Test262 test suite
test262-stream
/
test
/
collateral
/
valid-with-includes
/
custom-includes
/
doneprintHandle.js
10 lines
(9 loc)
•
254 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
// This is a customized implementation of `doneprintHandle.js`
function
$DONE
(
){
if
(!
arguments
[
0
]) {
print
(
'Test262:AsyncTestComplete'
); }
else
{
print
(
'Error: '
+
arguments
[
0
]); } }
// End customized implementation of `doneprintHandle.js`