Try to fix jsreftest report results on win32.

This commit is contained in:
Chris Leary 2011-01-12 23:21:08 -08:00
parent 7e292b2a97
commit 3c20fdc230

View File

@ -34,3 +34,5 @@ try {
reportCompare(e instanceof InternalError, true, "Internal error due to overallocation is ok.");
}
reportCompare(true, true, "No crash occurred.");
print("All tests passed!");