| Index: tests/compiler/dart2js/type_inference3_test.dart
|
| diff --git a/tests/compiler/dart2js/type_inference3_test.dart b/tests/compiler/dart2js/type_inference3_test.dart
|
| index 0cec9cdb2d93adfac9f6a6ead85646f478d73952..e3fcf5a1d65881de50bc9c1161c94d2bea1b47e5 100644
|
| --- a/tests/compiler/dart2js/type_inference3_test.dart
|
| +++ b/tests/compiler/dart2js/type_inference3_test.dart
|
| @@ -2,6 +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.
|
|
|
| +import "package:expect/expect.dart";
|
| import 'compiler_helper.dart';
|
|
|
| const String TEST_ONE = r"""
|
|
|