| Index: compiler/javatests/com/google/dart/compiler/parser/SyntaxTest.java
|
| diff --git a/compiler/javatests/com/google/dart/compiler/parser/SyntaxTest.java b/compiler/javatests/com/google/dart/compiler/parser/SyntaxTest.java
|
| index 64474bd21f4b591d888c7dc22ce1892a86b71687..e6688bb2285abbc3805a7717e124b3ba45ef1204 100644
|
| --- a/compiler/javatests/com/google/dart/compiler/parser/SyntaxTest.java
|
| +++ b/compiler/javatests/com/google/dart/compiler/parser/SyntaxTest.java
|
| @@ -78,7 +78,7 @@ public class SyntaxTest extends AbstractParserTest {
|
| parseUnit("getter.dart", Joiner.on("\n").join(
|
| "class G {",
|
| " // Old getter syntax",
|
| - " int get g1() => 1;",
|
| + " int get g1 => 1;",
|
| " // New getter syntax",
|
| " int get g2 => 2;",
|
| "}"));
|
|
|