Chromium Code Reviews| Index: test/all.dart |
| diff --git a/test/all.dart b/test/all.dart |
| index 795289cdf892046cea1974bac5874c81a633ea45..310e1ee438be46ad575d9add12c9029ca77c0926 100644 |
| --- a/test/all.dart |
| +++ b/test/all.dart |
| @@ -2,8 +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 'test_packagemap.dart' as packagemap; |
| +import 'parse_test.dart' as parse; |
| main() { |
| - packagemap.main(); |
| + parse.main(); |
| } |