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

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: 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/debugger/list_breakpoints_test.dart ('k') | tests/debugger/no_visible_frames_expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/debugger/list_processes_test.dart
diff --git a/tests/debugger/list_processes_test.dart b/tests/debugger/list_processes_test.dart
index 1f37c4495bdaf606c1a391c9ebe07cef963f822b..f3b069a217473208d14c0b652299dc26e071b674 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';
import 'package:expect/expect.dart';
Port spawnPaused(Channel channel, Channel monitor) {
« no previous file with comments | « tests/debugger/list_breakpoints_test.dart ('k') | tests/debugger/no_visible_frames_expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698