summaryrefslogtreecommitdiff
path: root/lib/std/test
diff options
context:
space:
mode:
authorFrank Smit <frank@61924.nl>2020-08-30 13:51:49 +0000
committerFrank Smit <frank@61924.nl>2020-08-30 13:51:49 +0000
commit026a628d0ebce3d347322d629031d0fdc93308bf (patch)
tree4327992a109421b50e15baab9632297cc0283d47 /lib/std/test
parentd90515c5036b9c62dedc9895c781c6459c872209 (diff)
downloadmc-026a628d0ebce3d347322d629031d0fdc93308bf.tar.gz
Type was not applied to pdst.
Diffstat (limited to 'lib/std/test')
-rw-r--r--lib/std/test/ipparse.myr3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/std/test/ipparse.myr b/lib/std/test/ipparse.myr
index 40ff726..ae23709 100644
--- a/lib/std/test/ipparse.myr
+++ b/lib/std/test/ipparse.myr
@@ -60,7 +60,8 @@ const main = {
}
const eq = {ip, expected
- var pdst, edst : byte[16]
+ var pdst : byte[16]
+ var edst : byte[16]
var parsed
var p, e