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

Unified Diff: tests/isolate/count_test.dart

Issue 10247004: test rename overhaul: step 6 - isolate tests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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/count_test.dart
diff --git a/tests/isolate/src/CountTest.dart b/tests/isolate/count_test.dart
similarity index 96%
rename from tests/isolate/src/CountTest.dart
rename to tests/isolate/count_test.dart
index 85c2955cd8d579b60d0be571f4f4ac3dc595a641..d4fe5ff176bfc2765a9aaecc03756e7fe220eaec 100644
--- a/tests/isolate/src/CountTest.dart
+++ b/tests/isolate/count_test.dart
@@ -4,7 +4,7 @@
#library("CountTest");
#import('dart:isolate');
-#import('../../../lib/unittest/unittest.dart');
+#import('../../lib/unittest/unittest.dart');
class TestIsolate extends Isolate {

Powered by Google App Engine
This is Rietveld 408576698