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

Unified Diff: utils/testrunner/utils.dart

Issue 46673003: Remove uses of Options from utils directory. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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
« no previous file with comments | « utils/testrunner/testrunner.dart ('k') | utils/tests/string_encoding/benchmark_runner.dart » ('j') | 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..dc5025c2f648bbaa8d227a493a965c4887e19fb2 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(new Platform.script);
return libDirectory.substring(0,
libDirectory.lastIndexOf(Platform.pathSeparator));
}
« no previous file with comments | « utils/testrunner/testrunner.dart ('k') | utils/tests/string_encoding/benchmark_runner.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698