fix mach vm suite errors
This commit is contained in:
@@ -2926,15 +2926,6 @@ run("array map with exit", function() {
|
||||
if (length(result) != 5) fail("array map with exit length unexpected")
|
||||
})
|
||||
|
||||
// ============================================================================
|
||||
// ERROR OBJECTS
|
||||
// ============================================================================
|
||||
|
||||
run("error creation", function() {
|
||||
var e = Error("test message")
|
||||
if (e.message != "test message") fail("Error creation failed")
|
||||
})
|
||||
|
||||
// ============================================================================
|
||||
// STRING METHOD EDGE CASES
|
||||
// ============================================================================
|
||||
|
||||
Reference in New Issue
Block a user