Skip to content

Commit 7534f65

Browse files
authored
uncomment simple-list test (#481)
Signed-off-by: Jiaxiao Zhou <[email protected]>
1 parent 1e9a211 commit 7534f65

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/codegen/simple-lists.wit

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
interface simple-lists {
22
simple-list1: func(l: list<u32>)
33
simple-list2: func() -> list<u32>
4-
// TODO: reenable this when smw implements this
5-
// simple-list3: func(a: list<u32>, b: list<u32>) -> tuple<list<u32>, list<u32>>
4+
simple-list3: func(a: list<u32>, b: list<u32>) -> tuple<list<u32>, list<u32>>
65
simple-list4: func(l: list<list<u32>>) -> list<list<u32>>
76
}
87

0 commit comments

Comments
 (0)