| Index: compiler/javatests/com/google/dart/compiler/resolver/CompileTimeConstantTest.java
|
| ===================================================================
|
| --- compiler/javatests/com/google/dart/compiler/resolver/CompileTimeConstantTest.java (revision 8609)
|
| +++ compiler/javatests/com/google/dart/compiler/resolver/CompileTimeConstantTest.java (working copy)
|
| @@ -220,7 +220,8 @@
|
| " static final BOP5_2 = 0x80 << 0x04;",
|
| " static final BOP5_3 = 0x80 >> 0x04;",
|
| " static final BOP5_4 = 0x80 ~/ 0x04;",
|
| - " static final BOP5_5 = 0x80 ^ 0x04;",
|
| + " static final BOP5_5 = DOUBLE_LIT ~/ DOUBLE_LIT;",
|
| + " static final BOP5_6 = 0x80 ^ 0x04;",
|
| " static final BOP6 = BOOL_LIT && true;",
|
| " static final BOP7 = false || BOOL_LIT;",
|
| " static final BOP8 = STRING_LIT == \"World!\";",
|
|
|