aboutsummaryrefslogtreecommitdiff
path: root/sys/libbio/test.c
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2020-04-30 11:54:19 -0700
committerNicholas Noll <nbnoll@eml.cc>2020-04-30 11:54:19 -0700
commit9e83bf8c3656b736ba3a14d9b7b8af61b48415f4 (patch)
tree4417ac3eafdd744d7a944a6da6bf630844ef5f90 /sys/libbio/test.c
parent86134ccf82dcafe338e68c14e483ec98cfc94925 (diff)
chore: move from new to make prefix of constructors
Diffstat (limited to 'sys/libbio/test.c')
-rw-r--r--sys/libbio/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/libbio/test.c b/sys/libbio/test.c
index 5059ce6..8054864 100644
--- a/sys/libbio/test.c
+++ b/sys/libbio/test.c
@@ -99,7 +99,7 @@ test·newick()
io·Peeker rdr;
io·Putter wtr;
- heap = mem·newarena(mem·sys, nil);
+ heap = mem·makearena(mem·sys, nil);
rdr = (io·Peeker){.get = &io·getbyte, .unget = &io·ungetbyte};
wtr = (io·Putter){.put = &io·putbyte, .putstr = &io·putstring};