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