Chromium Code Reviews| Index: tests/corelib/string_codeunits_test.dart |
| diff --git a/tests/corelib/string_codeunits_test.dart b/tests/corelib/string_codeunits_test.dart |
| index 28b9df4edf612414893911aea54fdd5718bbd257..46db21f9e2762871d271c38550af33cf9e1077fd 100644 |
| --- a/tests/corelib/string_codeunits_test.dart |
| +++ b/tests/corelib/string_codeunits_test.dart |
| @@ -2,6 +2,8 @@ |
| // for details. All rights reserved. Use of this source code is governed by a |
| // BSD-style license that can be found in the LICENSE file. |
| +import "package:expect/expect.dart"; |
| + |
| main() { |
| test(String s) { |
| Iterable<int> units = s.codeUnits; |