| Index: tests/compiler/dart2js/type_order_test.dart
|
| diff --git a/tests/compiler/dart2js/type_order_test.dart b/tests/compiler/dart2js/type_order_test.dart
|
| index dff24fc7dd6b818c7e020dfc9d07e717069182f9..87c2aa20bf34fbc3320f7a734949ed1040f5eda0 100644
|
| --- a/tests/compiler/dart2js/type_order_test.dart
|
| +++ b/tests/compiler/dart2js/type_order_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 subtype_test;
|
| +library type_order_test;
|
|
|
| import 'package:expect/expect.dart';
|
| import 'package:async_helper/async_helper.dart';
|
|
|