| Index: tests/standalone/double_to_int_test.dart
|
| diff --git a/tests/standalone/double_to_int_test.dart b/tests/standalone/double_to_int_test.dart
|
| index 03866443bd6072c313f5a8a1a17e0a2e22e02eb9..282c187e0290df561f406b34d473b4cfc0a95e36 100644
|
| --- a/tests/standalone/double_to_int_test.dart
|
| +++ b/tests/standalone/double_to_int_test.dart
|
| @@ -6,6 +6,8 @@
|
| // unless we encounter a non-Smi result, in which case we deoptimize and
|
| // optimize it later to DoubleToInt.
|
|
|
| +import "package:expect/expect.dart";
|
| +
|
|
|
| main() {
|
| for (int i = 0; i < 600; i++) {
|
|
|