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

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

Issue 1004013002: Add support for evaluating platform selectors. (Closed) Base URL: git@github.com:dart-lang/unittest@master
Patch Set: Code review changes Created 5 years, 9 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/backend/test_platform.dart ('k') | lib/src/runner/test_platform.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/runner/loader.dart
diff --git a/lib/src/runner/loader.dart b/lib/src/runner/loader.dart
index f9517124b06751d8a36881b03232187ffb0e192e..6188cd5bd47cafa2c962b1a0a1cf590b60cb7461 100644
--- a/lib/src/runner/loader.dart
+++ b/lib/src/runner/loader.dart
@@ -11,7 +11,7 @@ import 'dart:isolate';
import 'package:path/path.dart' as p;
import '../backend/suite.dart';
-import '../runner/test_platform.dart';
+import '../backend/test_platform.dart';
import '../util/dart.dart';
import '../util/io.dart';
import '../util/remote_exception.dart';
« no previous file with comments | « lib/src/backend/test_platform.dart ('k') | lib/src/runner/test_platform.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698