| Index: tests/compiler/dart2js/related_types_test.dart
|
| diff --git a/tests/compiler/dart2js/related_types_test.dart b/tests/compiler/dart2js/related_types_test.dart
|
| index dfb50b46a945314d0ec130f278aa43ef985a75df..63b424a0eebdebccaaefdc9e67ba431ecd5358b6 100644
|
| --- a/tests/compiler/dart2js/related_types_test.dart
|
| +++ b/tests/compiler/dart2js/related_types_test.dart
|
| @@ -2,7 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -library related_types;
|
| +library related_types.test;
|
|
|
| import 'package:async_helper/async_helper.dart';
|
| import 'package:expect/expect.dart';
|
|
|