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

Unified Diff: tools/testing/dart/command_output.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 | « tools/testing/dart/command.dart ('k') | tools/testing/dart/environment.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/command_output.dart
diff --git a/tools/testing/dart/command_output.dart b/tools/testing/dart/command_output.dart
index 45debe6be7086cffb5e5045995ab7bce8e933f47..02d61fd9b7ac1f32581d8d8203f5bd5a67d131ce 100644
--- a/tools/testing/dart/command_output.dart
+++ b/tools/testing/dart/command_output.dart
@@ -7,10 +7,11 @@ import 'dart:convert';
// CommandOutput.exitCode in subclasses of CommandOutput.
import 'dart:io' as io;
+import 'package:status_file/expectation.dart';
+
import 'browser_controller.dart';
import 'command.dart';
import 'configuration.dart';
-import 'expectation.dart';
import 'test_runner.dart';
import 'utils.dart';
« no previous file with comments | « tools/testing/dart/command.dart ('k') | tools/testing/dart/environment.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698