From 05272f52da0c524fa78352dfe0422eb9240330f5 Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum <nweiz@google.com> Date: Fri, 10 Apr 2015 16:32:29 -0700 Subject: [PATCH] Re-add exit_codes import to runner_test. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1081533002 --- test/runner/browser/runner_test.dart | 1 - test/runner/runner_test.dart | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runner/browser/runner_test.dart b/test/runner/browser/runner_test.dart index 2ca23420..7fd8c489 100644 --- a/test/runner/browser/runner_test.dart +++ b/test/runner/browser/runner_test.dart @@ -7,7 +7,6 @@ import 'dart:io'; import 'package:path/path.dart' as p; -import 'package:test/src/util/exit_codes.dart' as exit_codes; import 'package:test/src/util/io.dart'; import 'package:test/test.dart'; diff --git a/test/runner/runner_test.dart b/test/runner/runner_test.dart index b7f3f0d2..1d7db136 100644 --- a/test/runner/runner_test.dart +++ b/test/runner/runner_test.dart @@ -8,6 +8,7 @@ import 'dart:io'; import 'dart:math' as math; import 'package:path/path.dart' as p; +import 'package:test/src/util/exit_codes.dart' as exit_codes; import 'package:test/src/util/io.dart'; import 'package:test/test.dart'; -- GitLab