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

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

Issue 155279: X64: Fix bug in left-shift. (Closed)
Patch Set: Created 11 years, 5 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
« test/mjsunit/apply.js ('K') | « test/mjsunit/big-array-literal.js ('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-244.js
diff --git a/test/mjsunit/regress/regress-244.js b/test/mjsunit/regress/regress-244.js
index ffddcf835577aa79ff366e9e1a2bc60991920f5c..dc5336f846e42fb3894157869f4d379309c380e6 100644
--- a/test/mjsunit/regress/regress-244.js
+++ b/test/mjsunit/regress/regress-244.js
@@ -57,7 +57,7 @@ function run() {
var threw = false;
try {
decodeURI(value);
- fail(value);
+ assertUnreachable(value);
} catch (e) {
assertInstanceof(e, URIError);
}
« test/mjsunit/apply.js ('K') | « test/mjsunit/big-array-literal.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698