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]"));