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

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

Issue 10962035: Fix typo in start_web_server, re-enable tests (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 | pkg/pkg.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/intl/test/start_web_server.dart
===================================================================
--- pkg/intl/test/start_web_server.dart (revision 12726)
+++ pkg/intl/test/start_web_server.dart (working copy)
@@ -13,7 +13,7 @@
main() {
var thisDir = new File(new Options().script).directorySync();
- var serverPath = "{$thisDir.path}pkg/intl/test/web_server.dart";
+ var serverPath = "${thisDir.path}/web_server.dart";
// TODO(alanknight): This uses nohup and & to stop the child process from
// stopping when we exit. This won't work on Windows.
var p = Process.start(
« no previous file with comments | « no previous file | pkg/pkg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698