mirror of
https://github.com/tc39/test262.git
synced 2025-07-24 14:35:30 +02:00
fixup! Fix false negative in for-in test
This commit is contained in:
parent
384a4e1368
commit
f60d7cf67d
@ -28,14 +28,10 @@ for (var __key in __obj){
|
||||
|
||||
}
|
||||
|
||||
<<<<<<< HEAD
|
||||
assert(
|
||||
__accum === "aa1ca3" || __accum === "ca3aa1",
|
||||
"Unexpected value: '" + __accum + "'"
|
||||
);
|
||||
=======
|
||||
assert.sameValue(__accum, "aa1ca3");
|
||||
>>>>>>> eeb002c698 (Fix false negative in for-in test)
|
||||
|
||||
// erasator is the hash map terminator
|
||||
function erasator_T_1000(hash_map, charactr){
|
||||
|
Loading…
x
Reference in New Issue
Block a user