test: fix typo
This commit is contained in:
@@ -147,7 +147,7 @@ TEST_CASE("Benchmark point operations") {
|
|||||||
SECTION("make_point performance") {
|
SECTION("make_point performance") {
|
||||||
point_shape_t* p = nullptr;
|
point_shape_t* p = nullptr;
|
||||||
BENCHMARK("Create point") {
|
BENCHMARK("Create point") {
|
||||||
return p = makes_point(1.0, 2.0, 3.0);
|
return p = make_point(1.0, 2.0, 3.0);
|
||||||
};
|
};
|
||||||
delete_point(p);
|
delete_point(p);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user