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

Unified Diff: lib/src/runner/load_suite.dart

Issue 1685363002: Add a platform plugin infrastructure. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Code review changes 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
« no previous file with comments | « lib/src/runner/hack_load_vm_file_hook.dart ('k') | lib/src/runner/loader.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/runner/load_suite.dart
diff --git a/lib/src/runner/load_suite.dart b/lib/src/runner/load_suite.dart
index 7f0778736e239466757e261c3070c4e95a8122ea..08cbda308964aeb477ac0eef4f55dcdd84a5fc67 100644
--- a/lib/src/runner/load_suite.dart
+++ b/lib/src/runner/load_suite.dart
@@ -15,8 +15,8 @@ import '../backend/test.dart';
import '../backend/test_platform.dart';
import '../utils.dart';
import 'load_exception.dart';
+import 'plugin/environment.dart';
import 'runner_suite.dart';
-import 'vm/environment.dart';
/// A [Suite] emitted by a [Loader] that provides a test-like interface for
/// loading a test file.
@@ -33,7 +33,7 @@ import 'vm/environment.dart';
/// suite itself is returned by [suite] once it's avaialble, but any errors or
/// prints will be emitted through the running [LiveTest].
class LoadSuite extends Suite implements RunnerSuite {
- final environment = const VMEnvironment();
+ final environment = const PluginEnvironment();
final isDebugging = false;
final onDebugging = new StreamController<bool>().stream;
« no previous file with comments | « lib/src/runner/hack_load_vm_file_hook.dart ('k') | lib/src/runner/loader.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698