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 4b0b3a8a3a27d5e0631147ddb47b99c32cd25d67..cfde40d10a520736a686643cd620ea685fd2242a 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() { |