| Index: tests/corelib/double_truncate_test.dart | 
| diff --git a/tests/corelib/double_truncate_test.dart b/tests/corelib/double_truncate_test.dart | 
| index 8a27ff5a31526a6d84cc5d20c1032eaf094be201..f4f0e79a3b2409c8e7dc722697ae03b3ba0c3688 100644 | 
| --- a/tests/corelib/double_truncate_test.dart | 
| +++ b/tests/corelib/double_truncate_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.equals(0, 0.0.truncate()); | 
| Expect.equals(0, double.MIN_POSITIVE.truncate()); | 
|  |