fix: unbreak tests
This commit is contained in:
parent
6040ac5e1f
commit
4e7ccd1e00
1 changed files with 1 additions and 1 deletions
|
@ -465,7 +465,7 @@ const BindingSet = struct {
|
||||||
self.current_sequence.deinit();
|
self.current_sequence.deinit();
|
||||||
self.current_sequence_egc.deinit();
|
self.current_sequence_egc.deinit();
|
||||||
self.input_buffer.deinit();
|
self.input_buffer.deinit();
|
||||||
self.logger.deinit();
|
if (!builtin.is_test) self.logger.deinit();
|
||||||
self.allocator.free(self.namespace_name);
|
self.allocator.free(self.namespace_name);
|
||||||
self.allocator.free(self.mode_name);
|
self.allocator.free(self.mode_name);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue