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

Unified Diff: tests/isolate/browser/typed_data_message_test.dart

Issue 23368003: Cleanup of isolate.status (first step) (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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/isolate/browser/typed_data_message_test.dart
diff --git a/tests/isolate/typed_data_message_test.dart b/tests/isolate/browser/typed_data_message_test.dart
similarity index 98%
rename from tests/isolate/typed_data_message_test.dart
rename to tests/isolate/browser/typed_data_message_test.dart
index b725b1c9a6c80360f96fea43bb6c78106ba31548..38e7815c0598f6cada81be946835efdbe5584a1e 100644
--- a/tests/isolate/typed_data_message_test.dart
+++ b/tests/isolate/browser/typed_data_message_test.dart
@@ -8,7 +8,7 @@
library TypedDataMessageTest;
import 'dart:isolate';
import 'dart:typed_data';
-import '../../pkg/unittest/lib/unittest.dart';
+import 'package:unittest/unittest.dart';
// ---------------------------------------------------------------------------
// Message passing test.

Powered by Google App Engine
This is Rietveld 408576698