Chromium Code Reviews| Index: tools/testing/dart/vm_test_config.dart |
| =================================================================== |
| --- tools/testing/dart/vm_test_config.dart (revision 41551) |
| +++ tools/testing/dart/vm_test_config.dart (working copy) |
| @@ -4,7 +4,7 @@ |
| library vm_test_config; |
| -import '../../../tools/testing/dart/test_suite.dart'; |
| +import 'test_suite.dart'; |
| class VMTestSuite extends CCTestSuite { |
| VMTestSuite(Map configuration) |