| Index: tests/corelib/double_floor2_test.dart
|
| diff --git a/tests/corelib/double_floor2_test.dart b/tests/corelib/double_floor2_test.dart
|
| index b17a375b9f0b4cad6455f86b920d42eb9a815e9c..417d4650ee67f5663c6ac10df09d683d95488587 100644
|
| --- a/tests/corelib/double_floor2_test.dart
|
| +++ b/tests/corelib/double_floor2_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';
|
| +
|
| main() {
|
| Expect.throws(() => double.INFINITY.floor(), (e) => e is UnsupportedError);
|
| Expect.throws(() => double.NEGATIVE_INFINITY.floor(),
|
|
|