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

Unified Diff: pkg/kernel/testcases/strong-mode/arithmetic.baseline.txt

Issue 2825063002: Move kernel baseline tests to front_end. (Closed)
Patch Set: 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/strong-mode/arithmetic.baseline.txt
diff --git a/pkg/kernel/testcases/strong-mode/arithmetic.baseline.txt b/pkg/kernel/testcases/strong-mode/arithmetic.baseline.txt
deleted file mode 100644
index 0eac1ce9b98d04f792c68bf22d2f2f7234949f9d..0000000000000000000000000000000000000000
--- a/pkg/kernel/testcases/strong-mode/arithmetic.baseline.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-library;
-import self as self;
-import "dart:core" as core;
-
-static method foo(core::int x, core::int y) → core::int {
- core::int z = x.{core::num::+}(y);
- return z.{core::int::<<}(4);
-}
-static method loop(core::List<dynamic> xs) → void {
- core::int _ = xs.{core::List::length};
- for (core::int i = 0; i.{core::num::<}(xs.{core::List::length}); i = i.{core::num::+}(1)) {
- }
-}
-static method main() → dynamic {
- self::foo(4, 5);
- self::foo(6, 7);
- self::loop(<dynamic>["dfg"]);
-}
« no previous file with comments | « pkg/kernel/testcases/strong-mode/argument.baseline.txt ('k') | pkg/kernel/testcases/strong-mode/async_function.baseline.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698