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

Unified Diff: tests/isolate/static_state_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/static_state_test.dart
diff --git a/tests/isolate/src/StaticStateTest.dart b/tests/isolate/static_state_test.dart
similarity index 96%
rename from tests/isolate/src/StaticStateTest.dart
rename to tests/isolate/static_state_test.dart
index a0fd8862bb5438f81f3be6f9f1722d5fcd468587..8be1dd91558a564261622ed59f75d68e48eae4fa 100644
--- a/tests/isolate/src/StaticStateTest.dart
+++ b/tests/isolate/static_state_test.dart
@@ -4,7 +4,7 @@
#library("StaticStateTest");
#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