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

Unified Diff: mojo/dart/test/handle_watcher_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/handle_watcher_test.dart
diff --git a/mojo/dart/test/handle_watcher_test.dart b/mojo/dart/test/handle_watcher_test.dart
index 7bc0d2fad3651388374a02abf9068a9b08e73bab..cec3c2e31e8ba1601edf08296a01c3a783c82c49 100644
--- a/mojo/dart/test/handle_watcher_test.dart
+++ b/mojo/dart/test/handle_watcher_test.dart
@@ -5,9 +5,9 @@
import 'dart:async';
import 'dart:isolate';
import 'dart:typed_data';
-import 'dart:mojo.core';
import 'package:mojo/dart/testing/expect.dart';
+import 'package:mojo/public/dart/core.dart';
void simpleTest() {
var pipe = new MojoMessagePipe();

Powered by Google App Engine
This is Rietveld 408576698