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

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

Issue 9956037: Simplify tests under utils/tests to follow StandardTestSuite convention. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 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: 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..48144b702fc4607fca61f23c8d091b48c684a9a0 100644
--- a/utils/tests/peg/src/PegTest.dart
+++ b/utils/tests/peg/peg_tests.dart
@@ -2,7 +2,7 @@
// 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');
+#import('../../peg/pegparser.dart');
testParens() {
Grammar g = new Grammar();

Powered by Google App Engine
This is Rietveld 408576698