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

Unified Diff: tests/utils/dummy_compiler_test.dart

Issue 10170040: test rename overhaul: step 11 - tests/utils (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 | « tests/utils/dummy.dart ('k') | tests/utils/json_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/utils/dummy_compiler_test.dart
diff --git a/tests/utils/src/DummyCompilerTest.dart b/tests/utils/dummy_compiler_test.dart
similarity index 96%
rename from tests/utils/src/DummyCompilerTest.dart
rename to tests/utils/dummy_compiler_test.dart
index 042d9d008f2f2b263deaf4b9311460af05dabf7e..cdb524ea969979d51a1c37cae4300b2628c88b69 100644
--- a/tests/utils/src/DummyCompilerTest.dart
+++ b/tests/utils/dummy_compiler_test.dart
@@ -4,7 +4,7 @@
// Smoke test of the dart2js compiler API.
-#import('../../../lib/compiler/compiler.dart');
+#import('../../lib/compiler/compiler.dart');
#import('dart:uri');
Future<String> provider(Uri uri) {
« no previous file with comments | « tests/utils/dummy.dart ('k') | tests/utils/json_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698