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

Unified Diff: tests/debugger/find_file_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/find_file_test.dart
diff --git a/tests/debugger/find_file_test.dart b/tests/debugger/find_file_test.dart
index 09c24856fe0c3c0e370836c905328b1f79c3c5c9..b21e60f8d5480861ddb2cb3ba2d3e334292e53ae 100644
--- a/tests/debugger/find_file_test.dart
+++ b/tests/debugger/find_file_test.dart
@@ -5,7 +5,7 @@
// Test that we get a meaningful breakpoint when breaking on a non-empty
// column that does not point to the first sub-expression of the line.
-// FletchDebuggerCommands=bf a.dart 5,r,bf b.dart 5,2,c,c
+// DartinoDebuggerCommands=bf a.dart 5,r,bf b.dart 5,2,c,c
import "find_file_test/a/a.dart" as a_a;
import "find_file_test/a/b.dart" as a_b;

Powered by Google App Engine
This is Rietveld 408576698