aboutsummaryrefslogtreecommitdiff
path: root/tests/un/matrix.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/un/matrix.c')
-rw-r--r--tests/un/matrix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/un/matrix.c b/tests/un/matrix.c
index 60fd9a5..d5b3e22 100644
--- a/tests/un/matrix.c
+++ b/tests/un/matrix.c
@@ -1,5 +1,6 @@
#include <ungrateful.h>
int main() {
+ un_init(UN_MB(4));
return 0;
}