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

Unified Diff: frog/tests/leg/compiler_helper.dart

Issue 10250002: test rename overhaul: step 5 - frog and leg 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: frog/tests/leg/compiler_helper.dart
diff --git a/frog/tests/leg/src/compiler_helper.dart b/frog/tests/leg/compiler_helper.dart
similarity index 87%
rename from frog/tests/leg/src/compiler_helper.dart
rename to frog/tests/leg/compiler_helper.dart
index 6cf549b6da7364a29b6a2d548086a52a3f2e9515..0b2c70fac1feda8aa877aecf3bc64c6d1bb3153e 100644
--- a/frog/tests/leg/src/compiler_helper.dart
+++ b/frog/tests/leg/compiler_helper.dart
@@ -6,9 +6,9 @@
#library("compiler_helper");
#import("dart:uri");
-#import("../../../../lib/compiler/implementation/leg.dart", prefix: "leg");
-#import("../../../../lib/compiler/implementation/elements/elements.dart", prefix: "lego");
-#import("../../../../lib/compiler/implementation/ssa/ssa.dart", prefix: "ssa");
+#import("../../../lib/compiler/implementation/leg.dart", prefix: "leg");
+#import("../../../lib/compiler/implementation/elements/elements.dart", prefix: "lego");
+#import("../../../lib/compiler/implementation/ssa/ssa.dart", prefix: "ssa");
#import("parser_helper.dart");
#import("mock_compiler.dart");

Powered by Google App Engine
This is Rietveld 408576698