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

Unified Diff: utils/tests/peg/peg_tests.dart

Issue 10168010: test rename overhaul: step 1 peg. (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 | « utils/tests/peg/peg.status ('k') | utils/tests/peg/src/PegTest.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/tests/peg/peg_tests.dart
diff --git a/utils/tests/peg/src/PegTest.dart b/utils/tests/peg/peg_tests.dart
similarity index 99%
rename from utils/tests/peg/src/PegTest.dart
rename to utils/tests/peg/peg_tests.dart
index 9d29662feb45a57557a5a03acac511f19833f8d6..b39a12f90d2669124a52624a7679279f23c71df8 100644
--- a/utils/tests/peg/src/PegTest.dart
+++ b/utils/tests/peg/peg_tests.dart
@@ -2,7 +2,8 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-#import('../../../peg/pegparser.dart');
+#library("peg_tests");
+#import('../../peg/pegparser.dart');
testParens() {
Grammar g = new Grammar();
« no previous file with comments | « utils/tests/peg/peg.status ('k') | utils/tests/peg/src/PegTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698