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

Unified Diff: tests/corelib_strong/date_time4_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/corelib_strong/date_time4_test.dart
diff --git a/tests/corelib_strong/date_time4_test.dart b/tests/corelib_strong/date_time4_test.dart
index 46c1c1001081253a4ae82db4f4c0703947ebc313..4342019f8c675562b5028621ac730cb07935e30c 100644
--- a/tests/corelib_strong/date_time4_test.dart
+++ b/tests/corelib_strong/date_time4_test.dart
@@ -9,7 +9,6 @@ import "package:expect/expect.dart";
bool get supportsMicroseconds =>
new DateTime.fromMicrosecondsSinceEpoch(1).microsecondsSinceEpoch == 1;
-
main() {
if (supportsMicroseconds) {
testMicrosecondPrecision();

Powered by Google App Engine
This is Rietveld 408576698