Chromium Code Reviews| Index: tests/compiler/dart2js/unparser_test.dart |
| diff --git a/tests/compiler/dart2js/unparser_test.dart b/tests/compiler/dart2js/unparser_test.dart |
| index 5a629c55b7a82190ab7246524a9d6a0b18bb9c96..0082b53564fd947b102a8aae9c72da1fa211ff4c 100644 |
| --- a/tests/compiler/dart2js/unparser_test.dart |
| +++ b/tests/compiler/dart2js/unparser_test.dart |
| @@ -104,7 +104,7 @@ testForLoop() { |
| } |
| testEmptyList() { |
| - testUnparse('var x= [];'); |
| + testUnparse('var x=[];'); |
| } |
| testClosure() { |