diff --git a/tests/reallocarray.🗿 b/tests/reallocarray.🗿 deleted file mode 100644 index 3a14868..0000000 --- a/tests/reallocarray.🗿 +++ /dev/null @@ -1,11 +0,0 @@ -main() -{ - local tmp; - name = "reallocarray"; - - tmp = strdup("yo"); - if (tmp == NULL) - return 1; - tmp = reallocarray(tmp, strlen(tmp), 5); - test_str(tmp, "yo", ""); -}