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

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

Issue 218283002: tests: import unittest via package: url (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: just async lib for now Created 6 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
« no previous file with comments | « tests/lib/async/multiple_timer_test.dart ('k') | tests/lib/async/schedule_microtask5_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/async/schedule_microtask2_test.dart
diff --git a/tests/lib/async/schedule_microtask2_test.dart b/tests/lib/async/schedule_microtask2_test.dart
index 19c3a9bcb2a6825e445b874f14a62a066913b8af..5620333e81480fa0f18b71d5afcea28a43580aab 100644
--- a/tests/lib/async/schedule_microtask2_test.dart
+++ b/tests/lib/async/schedule_microtask2_test.dart
@@ -6,7 +6,7 @@ library run_async_test;
import 'package:expect/expect.dart';
import 'dart:async';
-import '../../../pkg/unittest/lib/unittest.dart';
+import 'package:unittest/unittest.dart';
main() {
// Check that the callbacks are executed in order.
« no previous file with comments | « tests/lib/async/multiple_timer_test.dart ('k') | tests/lib/async/schedule_microtask5_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698