| Index: tests/corelib/double_compare_test.dart
|
| diff --git a/tests/corelib/double_compare_test.dart b/tests/corelib/double_compare_test.dart
|
| index 32d50ae251e34b183fc35266e5dd3a990c7be317..287baacb260c3b312c5eaf530448bd2668bcd099 100644
|
| --- a/tests/corelib/double_compare_test.dart
|
| +++ b/tests/corelib/double_compare_test.dart
|
| @@ -2,6 +2,8 @@
|
| // 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";
|
| +
|
| // Dart test program for testing 'compare' on doubles.
|
|
|
| void main() {
|
|
|