diff options
Diffstat (limited to 'tests/test_curve.h')
-rw-r--r-- | tests/test_curve.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_curve.h b/tests/test_curve.h index 55f2d9a367..b123ef6325 100644 --- a/tests/test_curve.h +++ b/tests/test_curve.h @@ -216,7 +216,6 @@ TEST_CASE("[Curve] Custom curve with linear tangents") { Math::is_equal_approx(curve->interpolate_baked(0.7), 0.8), "Custom free curve should return the expected baked value at offset 0.7 after removing point at invalid index 10."); } - } // namespace TestCurve #endif // TEST_CURVE_H |