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

Unified Diff: utils/testrunner/utils.dart

Issue 17406010: Move getters from Options to Platform (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 6 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
« runtime/bin/main.cc ('K') | « tests/standalone/typed_data_isolate_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/testrunner/utils.dart
diff --git a/utils/testrunner/utils.dart b/utils/testrunner/utils.dart
index bf580a3c55c3d70e0c1b7160841f1ba1773eafe6..df01aeffaa6ce5bb1c83ed06e93ea537ed4f1f50 100644
--- a/utils/testrunner/utils.dart
+++ b/utils/testrunner/utils.dart
@@ -93,7 +93,7 @@ List buildFileList(List dirs, RegExp filePat, bool recurse,
*/
String get runnerDirectory {
- var libDirectory = makePathAbsolute(new Options().script);
+ var libDirectory = makePathAbsolute(Platform.script);
Anders Johnsen 2013/06/20 15:57:43 Isn't this file using an older version of Dart?
return libDirectory.substring(0,
libDirectory.lastIndexOf(Platform.pathSeparator));
}
« runtime/bin/main.cc ('K') | « tests/standalone/typed_data_isolate_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698