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

Unified Diff: test/message/try-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
Index: test/message/try-finally-return-in-finally.js
diff --git a/test/message/try-finally-return-in-finally.js b/test/message/try-finally-return-in-finally.js
index 6ec89706521a0f3bc3c0ff66446fb9a1c0268a60..0e461931db26b4f6e52d9f66403f5c1e2f4ee514 100644
--- a/test/message/try-finally-return-in-finally.js
+++ b/test/message/try-finally-return-in-finally.js
@@ -34,4 +34,5 @@ function f() {
}
}
-print(f());
+var result = f();
+if (result != 42) print("Wrong result: " + result);
« no previous file with comments | « test/message/try-catch-finally-return-in-finally.out ('k') | test/message/try-finally-return-in-finally.out » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698