From d38d19ef189ce92dd1b8633217357e9a5969b176 Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Tue, 21 May 2019 21:15:21 +0300 Subject: [PATCH] Uncommented a successful test of Object.create([1,2]).length. It's actually passing after f5bdddca3252. --- njs/test/njs_unit_test.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/njs/test/njs_unit_test.c b/njs/test/njs_unit_test.c index c0da26c9..683a86c6 100644 --- a/njs/test/njs_unit_test.c +++ b/njs/test/njs_unit_test.c @@ -3399,10 +3399,8 @@ static njs_unit_test_t njs_test[] = { nxt_string("\n[\n1\n,\n2]\n[\n0]"), nxt_string("1") }, -#if 0 { nxt_string("Object.create([1,2]).length"), nxt_string("2") }, -#endif { nxt_string("Object.create(['α','β'])[1]"), nxt_string("β") }, -- 2.47.3