| ... | @@ -1594,6 +1594,7 @@ pub const TestContext = struct { | ... | @@ -1594,6 +1594,7 @@ pub const TestContext = struct { |
| 1594 | | 1594 | |
| 1595 | var module_node = update_node.start("parse/analysis/codegen", 0); | 1595 | var module_node = update_node.start("parse/analysis/codegen", 0); |
| 1596 | module_node.activate(); | 1596 | module_node.activate(); |
| | 1597 | module_node.context.refresh(); |
| 1597 | try comp.makeBinFileWritable(); | 1598 | try comp.makeBinFileWritable(); |
| 1598 | try comp.update(); | 1599 | try comp.update(); |
| 1599 | module_node.end(); | 1600 | module_node.end(); |