aboutsummaryrefslogtreecommitdiff
path: root/test/src/gen/test_field.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/gen/test_field.c')
-rw-r--r--test/src/gen/test_field.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/gen/test_field.c b/test/src/gen/test_field.c
index 6ceeca4..03bd626 100644
--- a/test/src/gen/test_field.c
+++ b/test/src/gen/test_field.c
@@ -62,7 +62,7 @@ Test(field, test_field_gen_input_fp) {
ret = field_gen_input(&curve, NULL, OFFSET_FIELD);
cr_assert_eq(ret, 0, );
cr_assert_null(curve.field, );
-};
+}
Test(field, test_field_gen_input_f2m) {
curve_t curve = {0};