From 221ea2b0b7e783ef760aa0300e6a88efd2d64cc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bargull?= Date: Wed, 30 Apr 2025 14:16:32 +0200 Subject: [PATCH] Enable strict mode testing for sm/literals --- test/staging/sm/literals/numeric/idstart-after-numeric.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/test/staging/sm/literals/numeric/idstart-after-numeric.js b/test/staging/sm/literals/numeric/idstart-after-numeric.js index 884ac1d0db..91fea80941 100644 --- a/test/staging/sm/literals/numeric/idstart-after-numeric.js +++ b/test/staging/sm/literals/numeric/idstart-after-numeric.js @@ -4,14 +4,10 @@ */ /*--- -flags: - - noStrict description: | - pending + numeric literal followed by an identifier esid: pending ---*/ -var BUGNUMBER = '523401'; -var summary = 'numeric literal followed by an identifier'; var array = new Array(); assert.throws(SyntaxError, () => eval("array[0for]"));