Index: tests/language/mint_arithmetic_test.dart |
diff --git a/tests/language/mint_arithmetic_test.dart b/tests/language/mint_arithmetic_test.dart |
index 0e05d929516f77f6612621280f0e06821ab5f152..18b532aca39c0522e004e0387043309dbab8ddea 100644 |
--- a/tests/language/mint_arithmetic_test.dart |
+++ b/tests/language/mint_arithmetic_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"; |
+ |
// Test arithmetic on 64-bit integers. |
test_and_1() { |