| 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));
|
|
|