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

Unified Diff: sky/tests/lowlevel/trivial.dart

Issue 1215953006: Use sky_shell instead of mojo_shell for testing. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Foo Created 5 years, 5 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: sky/tests/lowlevel/trivial.dart
diff --git a/sky/tests/lowlevel/trivial.dart b/sky/tests/lowlevel/trivial.dart
index ba5c63bf71f985e1c992dd06d7e31022345247ab..484dc0f28758a87490b4cb2d7df394bc0dbcacb7 100644
--- a/sky/tests/lowlevel/trivial.dart
+++ b/sky/tests/lowlevel/trivial.dart
@@ -1,5 +1,5 @@
-import "dart:sky.internals" as internals;
+import "../resources/harness.dart";
void main() {
- internals.notifyTestComplete("PASS");
+ notifyTestComplete("PASS");
}

Powered by Google App Engine
This is Rietveld 408576698