Chromium Code Reviews| Index: tests/html/b_element_test.dart |
| diff --git a/tests/html/b_element_test.dart b/tests/html/b_element_test.dart |
| index f208e6d584da612137e5c99593a4f80a8dd8c85a..65c9dd49ca6043c890b6a281b251c01421be857e 100644 |
| --- a/tests/html/b_element_test.dart |
| +++ b/tests/html/b_element_test.dart |
| @@ -1,4 +1,5 @@ |
| library BElementTest; |
| + |
| import 'package:unittest/unittest.dart'; |
| import 'package:unittest/html_config.dart'; |
| import 'dart:html'; |
| @@ -10,4 +11,3 @@ main() { |
| new Element.tag('b'); |
| }); |
| } |
| - |