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

Unified Diff: utils/testrunner/testrunner.dart

Issue 11093033: Added ability to have custom test HTTP server handlers in the test directories. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 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: utils/testrunner/testrunner.dart
===================================================================
--- utils/testrunner/testrunner.dart (revision 13447)
+++ utils/testrunner/testrunner.dart (working copy)
@@ -74,7 +74,7 @@
import 'dart:io';
import 'dart:isolate';
import 'dart:math';
-import '../../pkg/args/lib/args.dart';
+import 'package:args/args.dart';
part 'options.dart';
part 'utils.dart';

Powered by Google App Engine
This is Rietveld 408576698