Chromium Code Reviews| Index: tests/corelib/list_test.dart |
| diff --git a/tests/corelib/list_test.dart b/tests/corelib/list_test.dart |
| index 7897651116d6bd3b3aa8868031dddba2965e0bea..09ad4d27569dc0bd2515efca33c5abb9a8ff800f 100644 |
| --- a/tests/corelib/list_test.dart |
| +++ b/tests/corelib/list_test.dart |
| @@ -3,7 +3,7 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| import "dart:collection"; |
| -import "dart:typeddata"; |
| +import "dart:typed_data"; |
| import "package:expect/expect.dart"; |
| void main() { |