Simplify allocation-recording in test suite using new ts_set_allocator API
This commit is contained in:
parent
e01ea9ff51
commit
622359b400
19 changed files with 245 additions and 254 deletions
|
|
@ -1,5 +1,5 @@
|
|||
use super::helpers::fixtures::get_language;
|
||||
use tree_sitter::{allocations, Parser};
|
||||
use super::helpers::{allocations, fixtures::get_language};
|
||||
use tree_sitter::Parser;
|
||||
|
||||
#[test]
|
||||
fn test_pathological_example_1() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue