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

Unified Diff: tests/lib/async/timer_repeat_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_repeat_test.dart
diff --git a/tests/isolate/timer_repeat_test.dart b/tests/lib/async/timer_repeat_test.dart
similarity index 94%
rename from tests/isolate/timer_repeat_test.dart
rename to tests/lib/async/timer_repeat_test.dart
index 0c299d471762b042fccbb47475e683265dca1884..e523ed4882ad735967be12f3c8bea1fe0d8d0802 100644
--- a/tests/isolate/timer_repeat_test.dart
+++ b/tests/lib/async/timer_repeat_test.dart
@@ -5,7 +5,7 @@
library timer_repeat_test;
import 'dart:async';
-import '../../pkg/unittest/lib/unittest.dart';
+import '../../../pkg/unittest/lib/unittest.dart';
const Duration TIMEOUT = const Duration(milliseconds: 500);
const int ITERATIONS = 5;

Powered by Google App Engine
This is Rietveld 408576698