diff options
| author | jvoisin | 2025-10-28 20:27:43 +0100 |
|---|---|---|
| committer | jvoisin | 2025-10-28 20:27:43 +0100 |
| commit | a826c69242b0e87a4e5d6817b7e46ab3cdbe6284 (patch) | |
| tree | b1a3da7125def8bb96fbeae0bb8a75ac42cf37ef /tests | |
| parent | 76e6784ac9cb858d1d47ff6a27ef3ccc9a8cc785 (diff) | |
Remove superfluous defines in the testsuite
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_swab_dynamic_read.c | 2 | ||||
| -rw-r--r-- | tests/test_swab_dynamic_write.c | 2 | ||||
| -rw-r--r-- | tests/test_swab_overwrite_over.c | 2 | ||||
| -rw-r--r-- | tests/test_swab_overwrite_under.c | 2 | ||||
| -rw-r--r-- | tests/test_swab_static_read.c | 2 | ||||
| -rw-r--r-- | tests/test_swab_static_write.c | 2 |
6 files changed, 0 insertions, 12 deletions
diff --git a/tests/test_swab_dynamic_read.c b/tests/test_swab_dynamic_read.c index 402dc4e..3ad011a 100644 --- a/tests/test_swab_dynamic_read.c +++ b/tests/test_swab_dynamic_read.c | |||
| @@ -1,5 +1,3 @@ | |||
| 1 | #define _XOPEN_SOURCE | ||
| 2 | |||
| 3 | #include "common.h" | 1 | #include "common.h" |
| 4 | 2 | ||
| 5 | #include <unistd.h> | 3 | #include <unistd.h> |
diff --git a/tests/test_swab_dynamic_write.c b/tests/test_swab_dynamic_write.c index 21725b7..bd3efa4 100644 --- a/tests/test_swab_dynamic_write.c +++ b/tests/test_swab_dynamic_write.c | |||
| @@ -1,5 +1,3 @@ | |||
| 1 | #define _XOPEN_SOURCE | ||
| 2 | |||
| 3 | #include "common.h" | 1 | #include "common.h" |
| 4 | 2 | ||
| 5 | #include <unistd.h> | 3 | #include <unistd.h> |
diff --git a/tests/test_swab_overwrite_over.c b/tests/test_swab_overwrite_over.c index 997f6d1..0ddb274 100644 --- a/tests/test_swab_overwrite_over.c +++ b/tests/test_swab_overwrite_over.c | |||
| @@ -1,5 +1,3 @@ | |||
| 1 | #define _XOPEN_SOURCE | ||
| 2 | |||
| 3 | #include "common.h" | 1 | #include "common.h" |
| 4 | 2 | ||
| 5 | #include <unistd.h> | 3 | #include <unistd.h> |
diff --git a/tests/test_swab_overwrite_under.c b/tests/test_swab_overwrite_under.c index 1d69545..be425e2 100644 --- a/tests/test_swab_overwrite_under.c +++ b/tests/test_swab_overwrite_under.c | |||
| @@ -1,5 +1,3 @@ | |||
| 1 | #define _XOPEN_SOURCE | ||
| 2 | |||
| 3 | #include "common.h" | 1 | #include "common.h" |
| 4 | 2 | ||
| 5 | #include <unistd.h> | 3 | #include <unistd.h> |
diff --git a/tests/test_swab_static_read.c b/tests/test_swab_static_read.c index f7fffcb..fa068c1 100644 --- a/tests/test_swab_static_read.c +++ b/tests/test_swab_static_read.c | |||
| @@ -1,5 +1,3 @@ | |||
| 1 | #define _XOPEN_SOURCE | ||
| 2 | |||
| 3 | #include "common.h" | 1 | #include "common.h" |
| 4 | 2 | ||
| 5 | #include <unistd.h> | 3 | #include <unistd.h> |
diff --git a/tests/test_swab_static_write.c b/tests/test_swab_static_write.c index b5a63c6..ccf3a90 100644 --- a/tests/test_swab_static_write.c +++ b/tests/test_swab_static_write.c | |||
| @@ -1,5 +1,3 @@ | |||
| 1 | #define _XOPEN_SOURCE | ||
| 2 | |||
| 3 | #include "common.h" | 1 | #include "common.h" |
| 4 | 2 | ||
| 5 | #include <unistd.h> | 3 | #include <unistd.h> |
