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

Unified Diff: tools/testing/dart/command.dart

Issue 2984203002: Move the status file parser into its own package. (Closed)
Patch Set: Created 3 years, 5 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/standalone/status_expression_test.dart ('k') | tools/testing/dart/command_output.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/command.dart
diff --git a/tools/testing/dart/command.dart b/tools/testing/dart/command.dart
index 3199d97924b6f79dd2e306b2e4ec41468eb3f197..772d2d9208e1b911e14a6e52455a351ae216db13 100644
--- a/tools/testing/dart/command.dart
+++ b/tools/testing/dart/command.dart
@@ -7,9 +7,10 @@ import 'dart:async';
// CommandOutput.exitCode in subclasses of CommandOutput.
import 'dart:io' as io;
+import 'package:status_file/expectation.dart';
+
import 'command_output.dart';
import 'configuration.dart';
-import 'expectation.dart';
import 'path.dart';
import 'utils.dart';
« no previous file with comments | « tests/standalone/status_expression_test.dart ('k') | tools/testing/dart/command_output.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698