| Index: compiler/java/com/google/dart/compiler/UnitTestBatchRunner.java
|
| diff --git a/compiler/java/com/google/dart/compiler/UnitTestBatchRunner.java b/compiler/java/com/google/dart/compiler/UnitTestBatchRunner.java
|
| index 790d10833e782af7b7c7ae4ee17de6682d020daf..ab8d474fabb5dac4b819e1f3c9ff550475ba2688 100644
|
| --- a/compiler/java/com/google/dart/compiler/UnitTestBatchRunner.java
|
| +++ b/compiler/java/com/google/dart/compiler/UnitTestBatchRunner.java
|
| @@ -1,18 +1,16 @@
|
| -// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
|
| +// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| package com.google.dart.compiler;
|
|
|
|
|
| -import com.google.dart.runner.DartRunner;
|
| -
|
| import java.io.BufferedReader;
|
| import java.io.InputStreamReader;
|
|
|
| /**
|
| * Provides a framework to read command line options from stdin and feed them to
|
| - * either the {@link DartCompiler} or {@link DartRunner}.
|
| + * the {@link DartCompiler}.
|
| *
|
| */
|
| public class UnitTestBatchRunner {
|
|
|