Chromium Code Reviews| Index: editor/tools/plugins/com.google.dart.tools.core_test/test_data/Money/money.dart |
| diff --git a/editor/tools/plugins/com.google.dart.tools.core_test/test_data/Money/money.dart b/editor/tools/plugins/com.google.dart.tools.core_test/test_data/Money/money.dart |
| index 9899252a80e524409f7b1ca845a573222f907e9d..1426a843e7c79f05e8a01eb7fdd853f30d323445 100644 |
| --- a/editor/tools/plugins/com.google.dart.tools.core_test/test_data/Money/money.dart |
| +++ b/editor/tools/plugins/com.google.dart.tools.core_test/test_data/Money/money.dart |
| @@ -4,6 +4,8 @@ |
| library Money; |
| +import 'dart:collection' show Queue; |
| + |
| part "complex_money.dart"; |
| part "currency_exchange.dart"; |
| part "currency.dart"; |