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

Unified Diff: tests/standalone/package/package_isolate_test.dart

Issue 11301046: Restructure pkg/unittest and pkg/webdriver to follow the pub conventions. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 2 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/standalone/package/package_isolate_test.dart
===================================================================
--- tests/standalone/package/package_isolate_test.dart (revision 14313)
+++ tests/standalone/package/package_isolate_test.dart (working copy)
@@ -3,10 +3,9 @@
// BSD-style license that can be found in the LICENSE file.
library package_isolate_test;
-
import 'package:shared.dart' as shared;
import 'dart:isolate';
-import '../../../pkg/unittest/unittest.dart';
+import '../../../pkg/unittest/lib/unittest.dart';
expectResponse() {
port.receive(expectAsync2((msg, r) {

Powered by Google App Engine
This is Rietveld 408576698