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

Unified Diff: utils/testrunner/utils.dart

Issue 11228053: Get rid of more () in getter definitions. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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 | « tests/compiler/dart2js/dart_backend_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 4d54a4d16406863a10519a895c36068fcf22bbf0..e8f81d4a9461aef0c339740ee2117cc20eee3ef3 100644
--- a/utils/testrunner/utils.dart
+++ b/utils/testrunner/utils.dart
@@ -100,7 +100,7 @@ void buildFileList(List dirs, RegExp filePat, bool recurse,
* support files into the generated scripts.
*/
-String get runnerDirectory() {
+String get runnerDirectory {
var libDirectory = makePathAbsolute(new Options().script);
return libDirectory.substring(0,
libDirectory.lastIndexOf(Platform.pathSeparator));
« no previous file with comments | « tests/compiler/dart2js/dart_backend_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698