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

Unified Diff: pkg/intl/test/date_time_format_http_request_test.dart

Issue 10957044: Make invoking start_web_server use an absolute path to accomodate incremental dartium builds (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/intl/test/date_time_format_http_request_test.dart
===================================================================
--- pkg/intl/test/date_time_format_http_request_test.dart (revision 12726)
+++ pkg/intl/test/date_time_format_http_request_test.dart (working copy)
@@ -15,7 +15,7 @@
// VM, and in arguments, $dartDir will be replaced by the current Dart
// root directory.
// ExtraCommand=dart
-// ExtraCommandArgs=pkg/intl/test/start_web_server.dart
+// ExtraCommandArgs=$dartDir/pkg/intl/test/start_web_server.dart
#library('date_time_format_http_request_test');
#import('../lib/date_format.dart');
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698