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

Unified Diff: dart/tools/test.dart

Issue 47743005: test.py: Run the analyzer on all dart files in the sdk. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 2 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
Index: dart/tools/test.dart
diff --git a/dart/tools/test.dart b/dart/tools/test.dart
index 4b020b9adc5a89b205b37cee7da413a76d8e0752..cefda9fd521f641674a60c402b5e85fbf1fe4c08 100755
--- a/dart/tools/test.dart
+++ b/dart/tools/test.dart
@@ -26,10 +26,8 @@ library test;
import "dart:async";
import "dart:io";
-import "dart:math" as math;
import "testing/dart/browser_controller.dart";
import "testing/dart/http_server.dart";
-import "testing/dart/record_and_replay.dart";
import "testing/dart/test_options.dart";
import "testing/dart/test_progress.dart";
import "testing/dart/test_runner.dart";
@@ -38,7 +36,6 @@ import "testing/dart/utils.dart";
import "../runtime/tests/vm/test_config.dart";
import "../tests/co19/test_config.dart";
-import "../tests/lib/analyzer/test_config.dart";
/**
* The directories that contain test suites which follow the conventions

Powered by Google App Engine
This is Rietveld 408576698