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

Unified Diff: mojo/dart/test/async_await_test.dart

Issue 1027603002: Dart: Removes all but native calls and the handle watcher from the snapshot. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Hoist application interface dependence Created 5 years, 9 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 | « mojo/dart/embedder/test/test_snapshot.dart ('k') | mojo/dart/test/bindings_generation_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/test/async_await_test.dart
diff --git a/mojo/dart/test/async_await_test.dart b/mojo/dart/test/async_await_test.dart
index bd38bcb4f968a2e24c70a906959fb26825b44f47..ef1f4663caa54fae1c8f5db7947beaaf01ab4a94 100644
--- a/mojo/dart/test/async_await_test.dart
+++ b/mojo/dart/test/async_await_test.dart
@@ -3,7 +3,8 @@
// found in the LICENSE file.
import 'dart:async';
-import 'dart:mojo.core' as core;
+
+import 'package:mojo/public/dart/core.dart';
main() async {
var x = await (new Future.value(42));
« no previous file with comments | « mojo/dart/embedder/test/test_snapshot.dart ('k') | mojo/dart/test/bindings_generation_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698