summaryrefslogtreecommitdiff
path: root/test/built-ins/Function/prototype/toString/async-generator-method-class-statement.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Function/prototype/toString/async-generator-method-class-statement.js')
-rw-r--r--test/built-ins/Function/prototype/toString/async-generator-method-class-statement.js12
1 files changed, 3 insertions, 9 deletions
diff --git a/test/built-ins/Function/prototype/toString/async-generator-method-class-statement.js b/test/built-ins/Function/prototype/toString/async-generator-method-class-statement.js
index acd8b9a52..1001b983c 100644
--- a/test/built-ins/Function/prototype/toString/async-generator-method-class-statement.js
+++ b/test/built-ins/Function/prototype/toString/async-generator-method-class-statement.js
@@ -8,15 +8,9 @@ features: [async-iteration]
---*/
let x = "h";
-class F { /* before */
- async /* a */ * /* b */ f /* c */ ( /* d */ ) /* e */ { /* f */ } /* after */
-}
-class G { /* before */
- async /* a */ * /* b */ [ /* c */ "g" /* d */ ] /* e */ ( /* f */ ) /* g */ { /* h */ } /* after */
-}
-class H { /* before */
- async /* a */ * /* b */ [ /* c */ x /* d */ ] /* e */ ( /* f */ ) /* g */ { /* h */ } /* after */
-}
+class F { /* before */async /* a */ * /* b */ f /* c */ ( /* d */ ) /* e */ { /* f */ }/* after */ }
+class G { /* before */async /* a */ * /* b */ [ /* c */ "g" /* d */ ] /* e */ ( /* f */ ) /* g */ { /* h */ }/* after */ }
+class H { /* before */async /* a */ * /* b */ [ /* c */ x /* d */ ] /* e */ ( /* f */ ) /* g */ { /* h */ }/* after */ }
let f = F.prototype.f;
let g = G.prototype.g;