Index: test/browser/runtime_test.html |
diff --git a/test/browser/runtime_test.html b/test/browser/runtime_test.html |
deleted file mode 100644 |
index ee4086e037a8cb03056534b22750721fcd45b173..0000000000000000000000000000000000000000 |
--- a/test/browser/runtime_test.html |
+++ /dev/null |
@@ -1,44 +0,0 @@ |
-<!doctype html> |
-<!-- Copyright (c) 2015, 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. --> |
- |
-<meta charset="utf-8"> |
-<title>dart-dev-compiler browser tests</title> |
- |
-<!-- Mocha/Chai --> |
-<link rel="stylesheet" href="../js_test_tools/mocha/mocha.css"> |
-<script src="../js_test_tools/mocha/mocha.js"></script> |
-<script src="../js_test_tools/chai/chai.js"></script> |
-<script src="../js_test_tools/mocha-htmltest.js"></script> |
- |
-<!-- Runtime code to test --> |
-<script src="../../lib/runtime/harmony_feature_check.js"></script> |
-<script src="../../lib/runtime/dart_utils.js"></script> |
-<script src="../../lib/runtime/dart_library.js"></script> |
-<script src="../../lib/runtime/_errors.js"></script> |
-<script src="../../lib/runtime/_types.js"></script> |
-<script src="../../lib/runtime/_rtti.js"></script> |
-<script src="../../lib/runtime/_classes.js"></script> |
-<script src="../../lib/runtime/_operations.js"></script> |
-<script src="../../lib/runtime/dart_runtime.js"></script> |
-<script src="../../lib/runtime/dart/core.js"></script> |
-<script src="../../lib/runtime/dart/collection.js"></script> |
-<script src="../../lib/runtime/dart/_internal.js"></script> |
-<script src="../../lib/runtime/dart/math.js"></script> |
-<script src="../../lib/runtime/dart/async.js"></script> |
-<script src="../../lib/runtime/dart/_foreign_helper.js"></script> |
-<script src="../../lib/runtime/dart/_js_embedded_names.js"></script> |
-<script src="../../lib/runtime/dart/_js_helper.js"></script> |
-<script src="../../lib/runtime/dart/isolate.js"></script> |
-<script src="../../lib/runtime/dart/typed_data.js"></script> |
-<script src="../../lib/runtime/dart/_isolate_helper.js"></script> |
-<script src="../../lib/runtime/dart/_js_primitives.js"></script> |
-<script src="../../lib/runtime/dart/_interceptors.js"></script> |
-<script src="../../lib/runtime/dart/convert.js"></script> |
-<script src="../../lib/runtime/dart/_native_typed_data.js"></script> |
-<!-- tests --> |
-<div id="mocha"></div> |
-<script>mocha.setup({ui: 'tdd', slow: 1000});</script> |
-<script src="runtime_tests.js"></script> |
-<script>mocha.run();</script> |