Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
13 lines
325 B
Diff
13 lines
325 B
Diff
diff -ur a/test/use_result.c b/test/use_result.c
|
|
--- a/test/use_result.c 1969-12-31 19:00:01.000000000 -0500
|
|
+++ b/test/use_result.c 2023-09-05 00:08:12.979889343 -0400
|
|
@@ -23,6 +23,8 @@
|
|
51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
*/
|
|
|
|
+#include <unistd.h>
|
|
+
|
|
#include "tap.h"
|
|
|
|
SQLINTEGER my_max_rows= 100;
|