| Index: compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java
|
| diff --git a/compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java b/compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java
|
| index afb65c3972670b20720b7b525b566351c44959c7..984791c5750952f5bcc2d061d5c706f817109c7d 100644
|
| --- a/compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java
|
| +++ b/compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java
|
| @@ -312,8 +312,8 @@ public class TypeAnalyzerCompilerTest extends CompilerTestCase {
|
| "class A {",
|
| " const A();",
|
| "}",
|
| - "final A CONST_1 = const A();",
|
| - "final A CONST_2 = const A();",
|
| + "const A CONST_1 = const A();",
|
| + "const A CONST_2 = const A();",
|
| "foo(var v) {",
|
| " switch (v) {",
|
| " case 0: break;",
|
|
|