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

Unified Diff: pkg/kernel/test/batch_consistency.dart

Issue 2842643002: Move dartk to the tool folder (Closed)
Patch Set: Created 3 years, 8 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: pkg/kernel/test/batch_consistency.dart
diff --git a/pkg/kernel/test/batch_consistency.dart b/pkg/kernel/test/batch_consistency.dart
index 7a098df139d97c19d869c4ec0e20ed8dd8141379..66fea338a7c00c49d62c703d0f0de492723b2127 100644
--- a/pkg/kernel/test/batch_consistency.dart
+++ b/pkg/kernel/test/batch_consistency.dart
@@ -5,7 +5,7 @@ library kernel.batch_consistency;
import 'dart:async';
import 'dart:io';
-import '../bin/dartk.dart' as dartk;
+import '../tool/dartk.dart' as dartk;
import '../bin/batch_util.dart';
import 'package:path/path.dart' as pathlib;
import 'package:test/test.dart';

Powered by Google App Engine
This is Rietveld 408576698