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

Unified Diff: frog/tests/leg/partial_parser_test.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/partial_parser_test.dart
diff --git a/frog/tests/leg/src/PartialParserTest.dart b/frog/tests/leg/partial_parser_test.dart
similarity index 90%
rename from frog/tests/leg/src/PartialParserTest.dart
rename to frog/tests/leg/partial_parser_test.dart
index 39bd777860b2c9bdcaaa09862d6f9643727ff9e0..60454d72ec1b2bb10a5611a58891efc16a910626 100644
--- a/frog/tests/leg/src/PartialParserTest.dart
+++ b/frog/tests/leg/partial_parser_test.dart
@@ -3,7 +3,7 @@
// BSD-style license that can be found in the LICENSE file.
#import('parser_helper.dart');
-#import('../../../../lib/compiler/implementation/scanner/scannerlib.dart');
+#import('../../../lib/compiler/implementation/scanner/scannerlib.dart');
void main() {
testSkipExpression();

Powered by Google App Engine
This is Rietveld 408576698