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

Unified Diff: test/message/try-catch-finally-return-in-finally.js

Issue 6529055: [Isolates] Merge crankshaft (r5922 from bleeding_edge). (Closed)
Patch Set: Win32 port Created 9 years, 10 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/message/message.status ('k') | test/message/try-catch-finally-return-in-finally.out » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/message/try-catch-finally-return-in-finally.js
diff --git a/test/message/try-catch-finally-return-in-finally.js b/test/message/try-catch-finally-return-in-finally.js
index d23fe35c8cfd7b4e5ea27d2d9d7643bad001e60d..58a62a8bff2c83f040bf71c64051e025dbc652cf 100644
--- a/test/message/try-catch-finally-return-in-finally.js
+++ b/test/message/try-catch-finally-return-in-finally.js
@@ -36,4 +36,5 @@ function f() {
}
}
-print(f());
+var result = f();
+if (result != 42) print("Wrong result: " + result);
« no previous file with comments | « test/message/message.status ('k') | test/message/try-catch-finally-return-in-finally.out » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698