summaryrefslogtreecommitdiff
path: root/test/built-ins/Function/prototype/toString/async-method-class-statement-static.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Function/prototype/toString/async-method-class-statement-static.js')
-rw-r--r--test/built-ins/Function/prototype/toString/async-method-class-statement-static.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/Function/prototype/toString/async-method-class-statement-static.js b/test/built-ins/Function/prototype/toString/async-method-class-statement-static.js
index 56e27d0ea..d20bf935c 100644
--- a/test/built-ins/Function/prototype/toString/async-method-class-statement-static.js
+++ b/test/built-ins/Function/prototype/toString/async-method-class-statement-static.js
@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
-esid: pending
+esid: sec-function.prototype.tostring
description: Function.prototype.toString on an async method
features: [async-functions]
---*/