| Index: services/dart/dart_apptests/echo_apptests.dart
|
| diff --git a/services/dart/dart_apptests/echo_apptests.dart b/services/dart/dart_apptests/echo_apptests.dart
|
| index 15272c66b76fe452d8e3f71da01a7cc0905bf46e..8fd655b3af65b83c833bba5f404ab308435ccf36 100644
|
| --- a/services/dart/dart_apptests/echo_apptests.dart
|
| +++ b/services/dart/dart_apptests/echo_apptests.dart
|
| @@ -2,6 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +library echo_apptests;
|
| +
|
| import 'dart:async';
|
| import 'mojo:application';
|
| import 'mojo:bindings';
|
|
|