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

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

Issue 7053035: Fix a number of tests that incorrectly used assertUnreachable. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address comments. Created 9 years, 7 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 | « test/mjsunit/property-load-across-eval.js ('k') | test/mjsunit/regress/regress-1130.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/regress/regress-1119.js
diff --git a/test/mjsunit/regress/regress-1119.js b/test/mjsunit/regress/regress-1119.js
index 484893c95b8289a5283cac7fe6ab0a2ff22a696f..16b2e4f93578d449b830e24538c44967954a0eda 100644
--- a/test/mjsunit/regress/regress-1119.js
+++ b/test/mjsunit/regress/regress-1119.js
@@ -38,7 +38,6 @@ assertTrue(hasBeenInvoked);
var exception;
try {
eval("try { } catch (e) { var y = false; }");
- assertUnreachable();
} catch (e) {
exception = e;
}
« no previous file with comments | « test/mjsunit/property-load-across-eval.js ('k') | test/mjsunit/regress/regress-1130.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698