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

Unified Diff: tests/debugger/list_processes_test.dart

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: 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
Index: tests/debugger/list_processes_test.dart
diff --git a/tests/debugger/list_processes_test.dart b/tests/debugger/list_processes_test.dart
index 9605dfdff35681a2d150c10fea74a495785b65b5..ac1bcd8c5ea6b05678b41df9d5f1d08f11ddb129 100644
--- a/tests/debugger/list_processes_test.dart
+++ b/tests/debugger/list_processes_test.dart
@@ -4,10 +4,10 @@
// Test that we get a meaningful list of processes.
-// FletchDebuggerCommands=b resume,r,lp,c,lp,c
+// DartinoDebuggerCommands=b resume,r,lp,c,lp,c
import 'dart:async';
-import 'dart:fletch';
+import 'dart:dartino';
Port spawnPaused(Channel channel) {
var port = new Port(channel);

Powered by Google App Engine
This is Rietveld 408576698