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

Unified Diff: frog/tests/leg/parser_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/parser_helper.dart
diff --git a/frog/tests/leg/src/parser_helper.dart b/frog/tests/leg/parser_helper.dart
similarity index 86%
rename from frog/tests/leg/src/parser_helper.dart
rename to frog/tests/leg/parser_helper.dart
index 7655b3e8f9556ff497372048d4d83d82e6b10d1d..8d8757f6dc030aec8210f4039cbbe0dd29879d67 100644
--- a/frog/tests/leg/src/parser_helper.dart
+++ b/frog/tests/leg/parser_helper.dart
@@ -6,11 +6,11 @@
#import("dart:uri");
-#import("../../../../lib/compiler/implementation/elements/elements.dart");
-#import("../../../../lib/compiler/implementation/tree/tree.dart");
-#import('../../../../lib/compiler/implementation/scanner/scannerlib.dart');
-#import("../../../../lib/compiler/implementation/leg.dart");
-#import("../../../../lib/compiler/implementation/util/util.dart");
+#import("../../../lib/compiler/implementation/elements/elements.dart");
+#import("../../../lib/compiler/implementation/tree/tree.dart");
+#import('../../../lib/compiler/implementation/scanner/scannerlib.dart');
+#import("../../../lib/compiler/implementation/leg.dart");
+#import("../../../lib/compiler/implementation/util/util.dart");
class LoggerCanceler implements DiagnosticListener {
void cancel([String reason, node, token, instruction]) {

Powered by Google App Engine
This is Rietveld 408576698