Index: tests/corelib/int_round_test.dart |
diff --git a/tests/corelib/int_round_test.dart b/tests/corelib/int_round_test.dart |
index c2edc73c74f763f5a69abe1e1889c11f02200b03..df71b3c68fa9327d566a9890902cfba97d9a239a 100644 |
--- a/tests/corelib/int_round_test.dart |
+++ b/tests/corelib/int_round_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.round()); |
Expect.equals(1, 1.round()); |