Index: sdk/lib/_internal/pub/test/command_line_config.dart |
diff --git a/utils/tests/pub/command_line_config.dart b/sdk/lib/_internal/pub/test/command_line_config.dart |
similarity index 99% |
rename from utils/tests/pub/command_line_config.dart |
rename to sdk/lib/_internal/pub/test/command_line_config.dart |
index 47c68a9bef5423aba7567b289bec4b6b9346b47d..8a929e46c4f402e667fcc8d7b4e6694aae032c42 100644 |
--- a/utils/tests/pub/command_line_config.dart |
+++ b/sdk/lib/_internal/pub/test/command_line_config.dart |
@@ -9,7 +9,7 @@ import 'dart:math' as math; |
import 'package:pathos/path.dart' as path; |
import 'package:unittest/unittest.dart'; |
-import '../../pub/utils.dart'; |
+import '../lib/src/utils.dart'; |
/// Gets a "special" string (ANSI escape or Unicode). On Windows, returns |
/// something else since those aren't supported. |