| Index: compiler/javatests/com/google/dart/corelib/SharedTests.java
|
| diff --git a/compiler/javatests/com/google/dart/corelib/SharedTests.java b/compiler/javatests/com/google/dart/corelib/SharedTests.java
|
| index 3dc32203c827eee90ccd926cf06a9998028c0986..5572d2d50ec14822344df37b285c8ee6e321e483 100644
|
| --- a/compiler/javatests/com/google/dart/corelib/SharedTests.java
|
| +++ b/compiler/javatests/com/google/dart/corelib/SharedTests.java
|
| @@ -1,4 +1,4 @@
|
| -// 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.
|
|
|
| @@ -6,7 +6,6 @@ package com.google.dart.corelib;
|
|
|
| import com.google.common.io.CharStreams;
|
| import com.google.common.io.LineReader;
|
| -import com.google.dart.runner.V8Launcher;
|
|
|
| import junit.extensions.TestSetup;
|
| import junit.framework.Test;
|
| @@ -50,12 +49,6 @@ public class SharedTests extends TestSetup {
|
| protected static class SuiteBuilder {
|
| protected TestSuite buildSuite() {
|
| TestSuite suite = new TestSuite("Shared Dart tests");
|
| -
|
| - if (!V8Launcher.isConfigured()) {
|
| - return configurationProblem(suite,
|
| - "Please set the system property com.google.dart.runner.d8");
|
| - }
|
| -
|
| File file = new File(listTests[0]);
|
| if (!file.canExecute()) {
|
| return configurationProblem(suite, file.getPath() + " is not executable");
|
|
|