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

Unified Diff: tests/html/events_test.dart

Issue 2875773003: Roll 50: Updated for push to origin/master. (Closed)
Patch Set: Roll 50: Updated to latest Created 3 years, 7 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/events_test.dart
diff --git a/tests/html/events_test.dart b/tests/html/events_test.dart
index 4d9712c5d426262c4a2057c85a2865a3c1a04e01..cf2c59b7f1f069421a81a8b459bdf03546ec75bf 100644
--- a/tests/html/events_test.dart
+++ b/tests/html/events_test.dart
@@ -15,7 +15,7 @@ main() {
test('TimeStamp', () {
Event event = new Event('test');
- int timeStamp = event.timeStamp;
+ num timeStamp = event.timeStamp;
expect(timeStamp, greaterThan(0));
});

Powered by Google App Engine
This is Rietveld 408576698