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

Unified Diff: tests/lib/async/timer_test.dart

Issue 12812014: Move timer tests to async tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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/lib/async/timer_test.dart
diff --git a/tests/isolate/timer_test.dart b/tests/lib/async/timer_test.dart
similarity index 95%
rename from tests/isolate/timer_test.dart
rename to tests/lib/async/timer_test.dart
index c2fe071a8ec0cb16f2bd85b6a2eb13ef4f121292..89b38ece5d7adbd847acca084a7aa84356c5bf3a 100644
--- a/tests/isolate/timer_test.dart
+++ b/tests/lib/async/timer_test.dart
@@ -5,7 +5,7 @@
library timer_test;
import 'dart:async';
-import '../../pkg/unittest/lib/unittest.dart';
+import '../../../pkg/unittest/lib/unittest.dart';
const int STARTTIMEOUT = 1050;
const int DECREASE = 200;

Powered by Google App Engine
This is Rietveld 408576698