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

Unified Diff: test/mjsunit/messages.js

Issue 1513873002: Unstage non-standard Promise functions (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years 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 | « test/mjsunit/es6/regress/regress-cr372788.js ('k') | tools/gyp/v8.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/messages.js
diff --git a/test/mjsunit/messages.js b/test/mjsunit/messages.js
index 1f00f4ad9bdf747786ff7ab72cb518d8eaa6186c..5739c965cd0b456864daa109e8916efb449c85e3 100644
--- a/test/mjsunit/messages.js
+++ b/test/mjsunit/messages.js
@@ -170,11 +170,6 @@ test(function() {
new Map([1]);
}, "Iterator value 1 is not an entry object", TypeError);
-// kNotAPromise
-test(function() {
- Promise.prototype.chain.call(1);
-}, "1 is not a promise", TypeError);
-
// kNotConstructor
test(function() {
new Symbol();
« no previous file with comments | « test/mjsunit/es6/regress/regress-cr372788.js ('k') | tools/gyp/v8.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698