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

Unified Diff: tools/testing/dart/drt_updater.dart

Issue 11884029: Upload new Dart binaries and re-enable unit tests for test scripts. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Change Futures.wait to Future.wait in two test script files. Created 7 years, 11 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 | « tools/testing/dart/co19_test.dart ('k') | tools/testing/dart/http_server.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/drt_updater.dart
diff --git a/tools/testing/dart/drt_updater.dart b/tools/testing/dart/drt_updater.dart
index afe90d5dac0a75b6c1f4657a98afa924616c3245..abb1fe75ea2a81f89e57da85e7693b8df104397f 100644
--- a/tools/testing/dart/drt_updater.dart
+++ b/tools/testing/dart/drt_updater.dart
@@ -36,7 +36,7 @@ class _DartiumUpdater {
}
List<String> get _getUpdateCommand {
- Path testScriptPath = new Path.fromNative(TestUtils.testScriptPath);
+ Path testScriptPath = new Path(TestUtils.testScriptPath);
Path updateScriptPath = testScriptPath.directoryPath.append(script);
List<String> command = [updateScriptPath.toNativePath()];
if (null != option) {
« no previous file with comments | « tools/testing/dart/co19_test.dart ('k') | tools/testing/dart/http_server.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698