| Index: tests/corelib/date_time_test.dart
|
| diff --git a/tests/corelib/date_time_test.dart b/tests/corelib/date_time_test.dart
|
| index 0db33446beb7f50389bd69d5630a2a5ddcd5c0f0..dcd656d0e01f27d434ce2fd1f21b8e0cd2bf7cd8 100644
|
| --- a/tests/corelib/date_time_test.dart
|
| +++ b/tests/corelib/date_time_test.dart
|
| @@ -608,7 +608,7 @@ void testUnderflowAndOverflow() {
|
| Expect.equals(dtBase1.millisecond, dtTick.millisecond);
|
| }
|
|
|
| -static void testDateStrings() {
|
| +void testDateStrings() {
|
| // TODO(floitsch): Clean up the DateTime API that deals with strings.
|
| var dt1 = DateTime.parse("2011-05-11 18:58:35Z");
|
| Expect.equals(1305140315000, dt1.millisecondsSinceEpoch);
|
|
|