| Index: test/inspector/runtime/length-or-size-description.js
|
| diff --git a/test/inspector/runtime/length-or-size-description.js b/test/inspector/runtime/length-or-size-description.js
|
| index b27b4b3651dee65fcfa1e0b970dbdecd51d2ed6b..ec3ed6d263a8fa20e933f42839a5167e29d740c0 100644
|
| --- a/test/inspector/runtime/length-or-size-description.js
|
| +++ b/test/inspector/runtime/length-or-size-description.js
|
| @@ -4,6 +4,8 @@
|
|
|
| InspectorTest.log("Test that descriptions for arrays, maps, and sets include the correct length or size.")
|
|
|
| +InspectorTest.setupInjectedScriptEnvironment();
|
| +
|
| Promise.all([
|
| testExpression("new Set()"),
|
| testExpression("new Set([1,2])"),
|
|
|