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

Unified Diff: pkg/kernel/testcases/strong-mode/async_function.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/async_function.baseline.txt
diff --git a/pkg/kernel/testcases/strong-mode/async_function.baseline.txt b/pkg/kernel/testcases/strong-mode/async_function.baseline.txt
deleted file mode 100644
index d498bf6fbfea9a980bf598824b861c3ae872074c..0000000000000000000000000000000000000000
--- a/pkg/kernel/testcases/strong-mode/async_function.baseline.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-library;
-import self as self;
-import "dart:async" as asy;
-import "dart:core" as core;
-
-static method asyncString() → asy::Future<core::String> async {
- return "foo";
-}
-static method main() → dynamic async {
- core::String str = await self::asyncString();
-}
« no previous file with comments | « pkg/kernel/testcases/strong-mode/arithmetic.baseline.txt ('k') | pkg/kernel/testcases/strong-mode/bad_store.baseline.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698