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