Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(255)

Unified Diff: tests/html/b_element_test.dart

Issue 2771453003: Format all tests. (Closed)
Patch Set: Format files Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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');
});
}
-

Powered by Google App Engine
This is Rietveld 408576698