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

Unified Diff: tests/isolate/constructor_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
« no previous file with comments | « no previous file | tests/isolate/count_test.dart » ('j') | tools/testing/dart/test_suite.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/isolate/constructor_test.dart
diff --git a/tests/isolate/src/ConstructorTest.dart b/tests/isolate/constructor_test.dart
similarity index 94%
rename from tests/isolate/src/ConstructorTest.dart
rename to tests/isolate/constructor_test.dart
index 7e0323890dad27c0d96fa4d799b3d68c6dcbe8fe..519a51712a2cebe80d66e6a5bc138e014a8c6318 100644
--- a/tests/isolate/src/ConstructorTest.dart
+++ b/tests/isolate/constructor_test.dart
@@ -4,7 +4,7 @@
#library("ConstructorTest");
#import("dart:isolate");
-#import('../../../lib/unittest/unittest.dart');
+#import('../../lib/unittest/unittest.dart');
class ConstructorTest extends Isolate {
final int field;
« no previous file with comments | « no previous file | tests/isolate/count_test.dart » ('j') | tools/testing/dart/test_suite.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698