diff options
Diffstat (limited to 'tests/csgtestcore.cc')
-rw-r--r-- | tests/csgtestcore.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/csgtestcore.cc b/tests/csgtestcore.cc index 5820e44..7583a41 100644 --- a/tests/csgtestcore.cc +++ b/tests/csgtestcore.cc @@ -167,7 +167,7 @@ int csgtestcore(int argc, char *argv[], test_type_e test_type) Tree tree(root_node); CsgInfo csgInfo = CsgInfo(); - if ( !csgInfo.prep_chains( tree ) ) return 1; + if ( !csgInfo.compile_chains( tree ) ) return 1; fs::current_path(original_path); |