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(); |