summaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
Diffstat (limited to 'src/test')
-rw-r--r--src/test/regress/pg_regress.c4
-rw-r--r--src/test/regress/regress.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/test/regress/pg_regress.c b/src/test/regress/pg_regress.c
index a1a3d487482..7beee00dbd1 100644
--- a/src/test/regress/pg_regress.c
+++ b/src/test/regress/pg_regress.c
@@ -1802,7 +1802,7 @@ run_schedule(const char *schedule, test_function tfunc)
}
else
{
- status(_("ok ")); /* align with FAILED */
+ status(_("ok ")); /* align with FAILED */
success_count++;
}
@@ -1882,7 +1882,7 @@ run_single_test(const char *test, test_function tfunc)
}
else
{
- status(_("ok ")); /* align with FAILED */
+ status(_("ok ")); /* align with FAILED */
success_count++;
}
diff --git a/src/test/regress/regress.c b/src/test/regress/regress.c
index ad3e8038993..7f03b7e857b 100644
--- a/src/test/regress/regress.c
+++ b/src/test/regress/regress.c
@@ -184,7 +184,7 @@ pt_in_widget(PG_FUNCTION_ARGS)
distance = DatumGetFloat8(DirectFunctionCall2(point_distance,
PointPGetDatum(point),
- PointPGetDatum(&widget->center)));
+ PointPGetDatum(&widget->center)));
PG_RETURN_BOOL(distance < widget->radius);
}