Index: tests/lib/math/coin_test.dart |
diff --git a/tests/lib/math/coin_test.dart b/tests/lib/math/coin_test.dart |
index c5dcb163d73e535f470f7ca11c37e3df850d8307..0da9aedebb22b91ead807381225af2c287f5a712 100644 |
--- a/tests/lib/math/coin_test.dart |
+++ b/tests/lib/math/coin_test.dart |
@@ -7,6 +7,7 @@ |
// Library tag to allow Dartium to run the test. |
library coin_test; |
+import "package:expect/expect.dart"; |
import 'dart:math'; |
main() { |