Chromium Code Reviews| Index: dart/tests/html/url_test.dart |
| diff --git a/dart/tests/html/url_test.dart b/dart/tests/html/url_test.dart |
| index 4b784ca28ca84db11d76d1a7375d0dedbed5121c..9b597942c53c1467b80a0b6ebc19b23d7f460926 100644 |
| --- a/dart/tests/html/url_test.dart |
| +++ b/dart/tests/html/url_test.dart |
| @@ -3,8 +3,8 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| library url_test; |
| -import '../../pkg/unittest/lib/unittest.dart'; |
| -import '../../pkg/unittest/lib/html_config.dart'; |
| +import 'package:unittest/unittest.dart'; |
| +import 'package:unittest/html_config.dart'; |
|
ahe
2012/11/16 07:29:09
Will not submit these changes. Only for testing.
|
| import 'dart:html'; |
| main() { |