| Index: compiler/javatests/com/google/dart/compiler/parser/SyntaxTest.java
|
| ===================================================================
|
| --- compiler/javatests/com/google/dart/compiler/parser/SyntaxTest.java (revision 11616)
|
| +++ compiler/javatests/com/google/dart/compiler/parser/SyntaxTest.java (working copy)
|
| @@ -58,7 +58,7 @@
|
| public void test_index_literalMap() {
|
| parseUnit("test.dart", Joiner.on('\n').join(
|
| "main() {",
|
| - " try { {'1' : 1, '2' : 2}['1']++; } catch(var e) {}",
|
| + " try { {'1' : 1, '2' : 2}['1']++; } catch(e) {}",
|
| "}"));
|
| }
|
|
|
|
|