From 28ea4d9ea7625175a9b971af33369c29870b67c4 Mon Sep 17 00:00:00 2001
From: Kevin Moore <kevmoo@google.com>
Date: Mon, 13 Apr 2015 17:25:47 -0700
Subject: [PATCH] Fix expected output in test/runner/runner_test.dart

also remove unused imports

R=nweiz@google.com

Review URL: https://codereview.chromium.org//1088743002
---
 lib/src/runner/browser/content_shell.dart | 3 ---
 test/runner/runner_test.dart              | 2 +-
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/lib/src/runner/browser/content_shell.dart b/lib/src/runner/browser/content_shell.dart
index 875ba326..fe4fef2d 100644
--- a/lib/src/runner/browser/content_shell.dart
+++ b/lib/src/runner/browser/content_shell.dart
@@ -7,9 +7,6 @@ library test.runner.browser.content_shell;
 import 'dart:async';
 import 'dart:io';
 
-import 'package:path/path.dart' as p;
-
-import '../../util/io.dart';
 import 'browser.dart';
 
 /// A class for running an instance of the Dartium content shell.
diff --git a/test/runner/runner_test.dart b/test/runner/runner_test.dart
index 1d7db136..1da0be21 100644
--- a/test/runner/runner_test.dart
+++ b/test/runner/runner_test.dart
@@ -47,7 +47,7 @@ Usage: pub run test:test [files or directories...]
 
 -N, --plain-name               A plain-text substring of the name of the test to run.
 -p, --platform                 The platform(s) on which to run the tests.
-                               [vm (default), chrome, firefox]
+                               [vm (default), dartium, content-shell, chrome, firefox]
 
 -j, --concurrency=<threads>    The number of concurrent test suites run.
                                (defaults to $_defaultConcurrency)
-- 
GitLab