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