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

Unified Diff: test/mjsunit/regress/regress-crbug-352586.js

Issue 1510173002: Revert of Make Error.prototype.toString spec compliant; and fix various side-effect-free error printing metho… (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/error-tostring.js ('k') | test/mjsunit/regress/regress-crbug-523308.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/regress/regress-crbug-352586.js
diff --git a/test/mjsunit/regress/regress-crbug-352586.js b/test/mjsunit/regress/regress-crbug-352586.js
index 18b5390c58f3df305f6d3fa07bd5cc6952ff1966..2210480990b30e5e899030e6588a29a03a56a1f3 100644
--- a/test/mjsunit/regress/regress-crbug-352586.js
+++ b/test/mjsunit/regress/regress-crbug-352586.js
@@ -12,4 +12,4 @@
a.__proto__ = Error("");
a.__defineGetter__('message', getter);
-assertThrows(()=>a.message, RangeError);
+a.message;
« no previous file with comments | « test/mjsunit/error-tostring.js ('k') | test/mjsunit/regress/regress-crbug-523308.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698