| 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() {
|
|
|