| Index: tests/compiler/dart2js/unparser_test.dart
|
| diff --git a/tests/compiler/dart2js/unparser_test.dart b/tests/compiler/dart2js/unparser_test.dart
|
| index af53532804c88be8741d9ef1ce9423609b5a2a17..bb824b320299fba4d819f97d50113e7bc7305b63 100644
|
| --- a/tests/compiler/dart2js/unparser_test.dart
|
| +++ b/tests/compiler/dart2js/unparser_test.dart
|
| @@ -246,6 +246,7 @@ testRedirectingFactoryConstructors() {
|
| testClassDeclarations() {
|
| testUnparseTopLevelWithMetadata('class Foo{}');
|
| testUnparseTopLevelWithMetadata('abstract class Foo{}');
|
| + testUnparseTopLevelWithMetadata('class Fisk{operator-(x){}}');
|
| }
|
|
|
| main() {
|
|
|