| Index: LayoutTests/inspector/console/console-format-es6.html
|
| diff --git a/LayoutTests/inspector/console/console-format-es6.html b/LayoutTests/inspector/console/console-format-es6.html
|
| index 2facacbddff8401db5f52f6dfa5c786ad97a3c1c..067b718baf02b3aea291789252771256f9ad28dd 100644
|
| --- a/LayoutTests/inspector/console/console-format-es6.html
|
| +++ b/LayoutTests/inspector/console/console-format-es6.html
|
| @@ -50,8 +50,11 @@ function onload()
|
| bigmap.set(42, 42);
|
| bigmap.set({foo:"from"}, {foo:"to"});
|
|
|
| + var p = Promise.reject(-0);
|
| + p.catch(function() {});
|
| +
|
| globals = [
|
| - Promise.reject(-0), smb1, smb2, obj, map, weakMap, set, weakSet,
|
| + p, smb1, smb2, obj, map, weakMap, set, weakSet,
|
| mapMap0, mapMap, setSet0, setSet, bigmap
|
| ];
|
|
|
|
|