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

Unified Diff: mojo/dart/test/core_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: Fix SDK dir for SDK mojoms in Modular 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
Index: mojo/dart/test/core_test.dart
diff --git a/mojo/dart/test/core_test.dart b/mojo/dart/test/core_test.dart
index a9798f603be36275278f63726db1b72873f8f109..43a300043e3008f18eb6ed39559bd0bc8271cf1b 100644
--- a/mojo/dart/test/core_test.dart
+++ b/mojo/dart/test/core_test.dart
@@ -3,7 +3,8 @@
// found in the LICENSE file.
import 'dart:typed_data';
-import 'dart:mojo.core';
+
+import 'package:mojo/public/dart/core.dart';
import 'package:mojo/dart/testing/expect.dart';

Powered by Google App Engine
This is Rietveld 408576698