From 8a67aa70b05cbdf2dd5702f4c3ba302f2feba0cf Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sun, 31 Dec 2017 15:14:40 +0100 Subject: prog: add test for len mutation Test we actually can get an unnatural len value. --- sys/test/test.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/test/test.txt') diff --git a/sys/test/test.txt b/sys/test/test.txt index 6fc82d645..fcd85f20f 100644 --- a/sys/test/test.txt +++ b/sys/test/test.txt @@ -555,6 +555,7 @@ mutate3(vec ptr[in, array[int32[0:1]]], vlen len[vec]) mutate4(data ptr[in, array[int8]], size bytesize[data]) mutate5(filename ptr[in, filename], flags flags[open_flags]) fd mutate6(fd fd, data ptr[in, array[int8]], size bytesize[data]) +mutate7(a0 ptr[in, string], a1 len[a0]) open_flags = 0xabababababababab, 0xcdcdcdcdcdcdcdcd -- cgit mrf-deployment