Chromium Code Reviews| Index: tests/standalone/int_array_test.dart |
| diff --git a/tests/standalone/int_array_test.dart b/tests/standalone/int_array_test.dart |
| index f02fdf73f83149d42a8ebd4e5d8d720244891db2..63cc0c75fd3f559c4a530ddcd49d76d5c80eba77 100644 |
| --- a/tests/standalone/int_array_test.dart |
| +++ b/tests/standalone/int_array_test.dart |
| @@ -7,6 +7,7 @@ |
| // Library tag to be able to run in html test framework. |
| library IntArrayTest; |
| +import "package:expect/expect.dart"; |
| import 'dart:scalarlist'; |
| void testInt16() { |