aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dynarray.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dynarray.c')
-rw-r--r--tests/dynarray.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dynarray.c b/tests/dynarray.c
index 2d9ea61..3312234 100644
--- a/tests/dynarray.c
+++ b/tests/dynarray.c
@@ -29,7 +29,7 @@ void print_arr(TEST_TYPE *a, int line, const char* message)
#elif defined(TT_LONG)
printf("%li, ", a[i]);
#else
-#pragma message error "PROVIDE A VALID SIGNED INTEGRAL TYPE"
+#pragma error "PROVIDE A VALID SIGNED INTEGRAL TYPE"
#endif
}
printf("} size: %ld, cap: %ld, element_size: %ld\n",