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

Unified Diff: pkg/kernel/testcases/interpreter/static_invocation_test.dart.expect

Issue 2841803002: Add initial tests for Kernel interpreter (Closed)
Patch Set: Remove some tests Created 3 years, 8 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: pkg/kernel/testcases/interpreter/static_invocation_test.dart.expect
diff --git a/pkg/kernel/testcases/interpreter/static_invocation_test.dart.expect b/pkg/kernel/testcases/interpreter/static_invocation_test.dart.expect
new file mode 100644
index 0000000000000000000000000000000000000000..a0782cf9aaaab13a9ef4cfdf1ccc8fd5e6e8fa5c
--- /dev/null
+++ b/pkg/kernel/testcases/interpreter/static_invocation_test.dart.expect
@@ -0,0 +1,21 @@
+static-invocation-a
+static-invocation-b
+print(1)
+print(9)
+print(10)
+static-invocation-b
+print(1)
+print(9)
+print(10)
+print(null)
+static-invocation-d
+static-invocation-a
+return
+static-invocation-c
+print(c:37)
+return
Dmitry Stefantsov 2017/05/01 09:35:24 Shouldn't this return be a couple of lines further
zhivkag 2017/05/01 11:36:20 Return appears here because we log it when an Retu
Dmitry Stefantsov 2017/05/01 13:29:49 Ah! Now I got it. Thanks!
+static-invocation-d
+static-invocation-a
+return
+print(d:37)
+print(37)

Powered by Google App Engine
This is Rietveld 408576698