Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(341)

Unified Diff: test/mjsunit/regress/regress-5405.js

Issue 2353623002: Filter out synthetic variables from with scopes (Closed)
Patch Set: Minimal fix Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/contexts.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/regress/regress-5405.js
diff --git a/test/mjsunit/regress/regress-5405.js b/test/mjsunit/regress/regress-5405.js
index 2d1c5d7472676194e758a9affb31393e7ec76fa8..dd5c3c06749067e66aa0979aafe2d889602739a5 100644
--- a/test/mjsunit/regress/regress-5405.js
+++ b/test/mjsunit/regress/regress-5405.js
@@ -25,6 +25,4 @@ let log = [];
}
})();
-// TODO(v8:5405): The log should actually be empty and not
-// contain new.target.
-assertArrayEquals(['new.target'], log);
+assertArrayEquals([], log);
« no previous file with comments | « src/contexts.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698