Chromium Code Reviews| Index: test/run.dart |
| diff --git a/test/run.dart b/test/run.dart |
| index ec3c3ab7fb0529870b078936eed82813ace4e19c..b37fdcd6f6e22b45616cac4698231b02db4f18b8 100755 |
| --- a/test/run.dart |
| +++ b/test/run.dart |
| @@ -5,8 +5,8 @@ |
| library test.run; |
| -import 'package:unittest/compact_vm_config.dart'; |
| -import 'package:unittest/unittest.dart'; |
| +import 'package:test/compact_vm_config.dart'; |
| +import 'package:test/test.dart'; |
| import 'dart:io' show Options; |
| import 'builder_test.dart' as builder_test; |