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

Unified Diff: test/run_all.dart

Issue 55143003: webui fixes for 0.8.9 (Closed) Base URL: git@github.com:dart-lang/web-ui.git@master
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
« pubspec.yaml ('K') | « test/perf/update_json.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/run_all.dart
diff --git a/test/run_all.dart b/test/run_all.dart
index c44da78a06c0dd72d26759a5c47ce0fe456260bb..c0b92dd2073c58b9b8f2120f4d4acfd8a169389d 100644
--- a/test/run_all.dart
+++ b/test/run_all.dart
@@ -8,14 +8,8 @@
*/
library run_impl;
-import 'dart:async';
-import 'dart:io';
-import 'dart:math' show min;
-import 'dart:utf' show encodeUtf8;
-import 'package:pathos/path.dart' as path;
import 'package:unittest/compact_vm_config.dart';
import 'package:unittest/unittest.dart';
-import 'package:web_ui/dwc.dart' as dwc;
import 'package:web_ui/testing/render_test.dart';
import 'analyzer_test.dart' as analyzer_test;
@@ -32,8 +26,7 @@ import 'refactor_test.dart' as refactor_test;
import 'utils_test.dart' as utils_test;
import 'watcher_test.dart' as watcher_test;
-main() {
- var args = new Options().arguments;
+main(args) {
var pattern = new RegExp(args.length > 0 ? args[0] : '.');
useCompactVMConfiguration();
« pubspec.yaml ('K') | « test/perf/update_json.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698