Chromium Code Reviews| Index: tests/lib/math/random_test.dart |
| diff --git a/tests/lib/math/random_test.dart b/tests/lib/math/random_test.dart |
| index 88b67a9879a3d6395b02d90ecdb14ee4d5aae25d..f06fa2b23a73d202376348575383339403c5dd21 100644 |
| --- a/tests/lib/math/random_test.dart |
| +++ b/tests/lib/math/random_test.dart |
| @@ -7,6 +7,7 @@ |
| // Library tag to allow Dartium to run the test. |
| library random_test; |
| +import "package:expect/expect.dart"; |
| import 'dart:math'; |
| main() { |