| Index: compiler/javatests/com/google/dart/compiler/parser/SyntaxTest.java
|
| ===================================================================
|
| --- compiler/javatests/com/google/dart/compiler/parser/SyntaxTest.java (revision 10680)
|
| +++ compiler/javatests/com/google/dart/compiler/parser/SyntaxTest.java (working copy)
|
| @@ -63,10 +63,7 @@
|
| public void test_setter() {
|
| parseUnit("setter.dart", Joiner.on("\n").join(
|
| "class G {",
|
| - " // Old setter syntax",
|
| " void set g1(int v) {}",
|
| - " // New setter syntax",
|
| - " void set g2=(int v) {}",
|
| "}"));
|
| }
|
|
|
|
|