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

Unified Diff: tests/corelib/date_time_test.dart

Issue 172413002: Remove "static" caused by bad merge. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698