summaryrefslogtreecommitdiffstats
path: root/test/unit/smoothstep.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/smoothstep.c')
-rw-r--r--test/unit/smoothstep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/smoothstep.c b/test/unit/smoothstep.c
index ac27915..bf5dfb1 100644
--- a/test/unit/smoothstep.c
+++ b/test/unit/smoothstep.c
@@ -95,8 +95,8 @@ TEST_END
int
main(void) {
- return (test(
+ return test(
test_smoothstep_integral,
test_smoothstep_monotonic,
- test_smoothstep_slope));
+ test_smoothstep_slope);
}