| Index: pkg/scheduled_test/test/scheduled_process_test.dart
 | 
| diff --git a/pkg/scheduled_test/test/scheduled_process_test.dart b/pkg/scheduled_test/test/scheduled_process_test.dart
 | 
| index f24758cae7d5a661c69957148e307a2b5d390c7f..3f07c66e2d2187839b14d1e859281f607fc71441 100644
 | 
| --- a/pkg/scheduled_test/test/scheduled_process_test.dart
 | 
| +++ b/pkg/scheduled_test/test/scheduled_process_test.dart
 | 
| @@ -365,8 +365,7 @@ ScheduledProcess startDartProcess(String script) {
 | 
|  
 | 
|    var dartPath = schedule(() {
 | 
|      return tempDir.then((dir) {
 | 
| -      var utilsPath = path.absolute(path.join(
 | 
| -          new Options().script, 'utils.dart'));
 | 
| +      var utilsPath = path.absolute(path.join(Platform.script, 'utils.dart'));
 | 
|        return new File(path.join(dir, 'test.dart')).writeAsString('''
 | 
|            import 'dart:async';
 | 
|            import 'dart:io';
 | 
| 
 |