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

Unified Diff: tests/servicec/servicec_tests.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
Index: tests/servicec/servicec_tests.dart
diff --git a/tests/servicec/servicec_tests.dart b/tests/servicec/servicec_tests.dart
index 8834a22ef1c1015c48c1d1cf51754f9404662c1a..e9d3346d4ddd2f44f9a0fb2992240dc7aea91a08 100644
--- a/tests/servicec/servicec_tests.dart
+++ b/tests/servicec/servicec_tests.dart
@@ -130,7 +130,7 @@ Future checkDirectoryExists(String dirName) async {
Expect.isTrue(await dir.exists(), "Directory $dirName does not exist");
}
-// TODO(stanm): Move cleanup logic to fletch_tests setup
+// TODO(stanm): Move cleanup logic to dartino_tests setup
Future nukeDirectory(String dirName) async {
var dir = new Directory(dirName);
await dir.delete(recursive: true);
« no previous file with comments | « tests/service_tests/service_tests.dart ('k') | tests/snapshot_stacktrace_tests/coroutine_exception_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698