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

Unified Diff: tests/cli_tests/debugger_list_processes.dart

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 11 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 | « tests/cli_tests/cli_tests.dart ('k') | tests/cli_tests/interactive_debugger_tests.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/cli_tests/debugger_list_processes.dart
diff --git a/tests/cli_tests/debugger_list_processes.dart b/tests/cli_tests/debugger_list_processes.dart
index b7a96e78324fcc458d69dc0e486470cab075b7b9..6d64b97bbd04396f814c7a7f79ff504e3247fb5d 100644
--- a/tests/cli_tests/debugger_list_processes.dart
+++ b/tests/cli_tests/debugger_list_processes.dart
@@ -7,7 +7,7 @@
// breakpoint. Not doing so could cause inconsistent process structures to be
// accessed.
-import 'dart:fletch';
+import 'dart:dartino';
Port spawnChild(Channel channel) {
var port = new Port(channel);
« no previous file with comments | « tests/cli_tests/cli_tests.dart ('k') | tests/cli_tests/interactive_debugger_tests.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698