Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(77)

Unified Diff: lib/src/runner/vm/platform.dart

Issue 1704773002: Load web tests using the plugin infrastructure. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« lib/src/runner/browser/static/host.dart ('K') | « lib/src/runner/runner_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/runner/vm/platform.dart
diff --git a/lib/src/runner/vm/platform.dart b/lib/src/runner/vm/platform.dart
index d6ab6ef0ad7b5aa7bafc4ee82af657c2e682b8c3..41ffd414c41651d59205ead62c31869a3938491f 100644
--- a/lib/src/runner/vm/platform.dart
+++ b/lib/src/runner/vm/platform.dart
@@ -16,8 +16,6 @@ import '../plugin/platform.dart';
/// A platform that loads tests in isolates spawned within this Dart process.
class VMPlatform extends PlatformPlugin {
- final platforms = [TestPlatform.vm];
-
/// The test runner configuration.
final Configuration _config;
« lib/src/runner/browser/static/host.dart ('K') | « lib/src/runner/runner_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698