summaryrefslogtreecommitdiff
path: root/tests/test_fwrite_overwrite_dynamic.c
diff options
context:
space:
mode:
authorjvoisin2024-10-08 03:51:44 +0200
committerjvoisin2024-10-08 15:21:13 +0200
commitf8155f0b945c5cfb3600d7c146a5d86870ed09d2 (patch)
treeff2d7d484867895ac3bb1175de09c78d9c9a9188 /tests/test_fwrite_overwrite_dynamic.c
parent6573631a5e4339a2fc2f86680e36e35e25bf416c (diff)
Run various C versions in the CI
Diffstat (limited to 'tests/test_fwrite_overwrite_dynamic.c')
-rw-r--r--tests/test_fwrite_overwrite_dynamic.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_fwrite_overwrite_dynamic.c b/tests/test_fwrite_overwrite_dynamic.c
index a7f2b1b..7da64ab 100644
--- a/tests/test_fwrite_overwrite_dynamic.c
+++ b/tests/test_fwrite_overwrite_dynamic.c
@@ -1,7 +1,6 @@
1#include <assert.h>
2
3#include "common.h" 1#include "common.h"
4 2
3#include <assert.h>
5#include <stdio.h> 4#include <stdio.h>
6 5
7int main(int argc, char** argv) { 6int main(int argc, char** argv) {