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

Unified Diff: tests/compiler/dart2js/unparser_test.dart

Issue 10548047: Remove frog from the repository. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Move test and update apidoc.gyp. Created 8 years, 6 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 | « lib/dartdoc/frog/reader.dart ('k') | tools/create_sdk.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/unparser_test.dart
diff --git a/frog/tests/leg/unparser_test.dart b/tests/compiler/dart2js/unparser_test.dart
similarity index 94%
rename from frog/tests/leg/unparser_test.dart
rename to tests/compiler/dart2js/unparser_test.dart
index 1db130441fbe9071b312e515cde5954dc791d014..e60276af7ac5bd12d7477bbd4a130ee5d4d4aded 100644
--- a/frog/tests/leg/unparser_test.dart
+++ b/tests/compiler/dart2js/unparser_test.dart
@@ -7,7 +7,7 @@
testUnparse(String statement) {
Node node = parseStatement(statement);
- Expect.equals(statement, node.unparse(false));
+ Expect.equals(statement, node.unparse());
}
testGenericTypes() {
« no previous file with comments | « lib/dartdoc/frog/reader.dart ('k') | tools/create_sdk.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698