| Index: tests/standalone/http_launch_test.dart
|
| diff --git a/tests/standalone/http_launch_test.dart b/tests/standalone/http_launch_test.dart
|
| index 06b647e4f8b1f353b2fc0861c7caa5dfe85a4932..6f8021d14d90953d61ef8b2dd9f11efdd3c97e60 100644
|
| --- a/tests/standalone/http_launch_test.dart
|
| +++ b/tests/standalone/http_launch_test.dart
|
| @@ -18,8 +18,8 @@ import 'dart:async';
|
| import 'dart:io';
|
| import 'package:expect/expect.dart';
|
|
|
| -String pathToExecutable = new Options().executable;
|
| -String pathOfData = new File(new Options().script).directory.path +
|
| +String pathToExecutable = Platform.executable;
|
| +String pathOfData = new File(Platform.script).directory.path +
|
| '/http_launch_data';
|
| int port;
|
|
|
|
|