| Index: tests/standalone/http_launch_data/http_launch_main.dart
|
| diff --git a/tests/standalone/http_launch_data/http_launch_main.dart b/tests/standalone/http_launch_data/http_launch_main.dart
|
| index bd35bae2c6bc033c1a4ba1e87ee6e428af4853d1..fb69fbb8e854e5bc653ea7823d9666351f51811b 100644
|
| --- a/tests/standalone/http_launch_data/http_launch_main.dart
|
| +++ b/tests/standalone/http_launch_data/http_launch_main.dart
|
| @@ -3,11 +3,10 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
|
|
| -library http_lanuch_main;
|
| +library http_launch_main;
|
|
|
| import 'package:simple/simple.dart';
|
|
|
| main() {
|
| print(getSimpleString());
|
| }
|
| -
|
|
|