| Index: runtime/vm/intermediate_language_test.cc
|
| ===================================================================
|
| --- runtime/vm/intermediate_language_test.cc (revision 11766)
|
| +++ runtime/vm/intermediate_language_test.cc (working copy)
|
| @@ -13,7 +13,7 @@
|
| EXPECT(target_instr->IsBlockEntry());
|
| EXPECT(!target_instr->IsBind());
|
| BindInstr* bind_instr =
|
| - new BindInstr(BindInstr::kUnused, new CurrentContextComp());
|
| + new BindInstr(Definition::kEffect, new CurrentContextComp());
|
| EXPECT(bind_instr->IsBind());
|
| EXPECT(!bind_instr->IsBlockEntry());
|
| }
|
|
|