Index: compiler/javatests/com/google/dart/corelib/SharedTestCase.java |
diff --git a/compiler/javatests/com/google/dart/corelib/SharedTestCase.java b/compiler/javatests/com/google/dart/corelib/SharedTestCase.java |
index 34fe272471037e2ea9770719fbc3cdc3a6b3c858..ca534f9db8c67b6dc3b8d5a9edcd03d09d50ecde 100644 |
--- a/compiler/javatests/com/google/dart/corelib/SharedTestCase.java |
+++ b/compiler/javatests/com/google/dart/corelib/SharedTestCase.java |
@@ -16,8 +16,8 @@ import com.google.dart.compiler.DefaultLibrarySource; |
import com.google.dart.compiler.LibrarySource; |
import com.google.dart.compiler.Source; |
import com.google.dart.compiler.UrlLibrarySource; |
+import com.google.dart.runner.DartRunner; |
import com.google.dart.runner.RunnerError; |
-import com.google.dart.runner.TestRunner; |
import com.google.dart.runner.V8Launcher; |
import junit.framework.AssertionFailedError; |
@@ -138,7 +138,7 @@ public class SharedTestCase extends TestCase { |
if (regularCompile) { |
invokeCompiler(); |
} else { |
- TestRunner.throwingMain(arguments, outputStream, outputStream); |
+ DartRunner.throwingMain(arguments, outputStream, outputStream); |
} |
} catch (RunnerError e) { |
outputStream.close(); |