diff --git a/test/ic3/array.out.expected b/test/ic3/array.out.expected
index 00b9e46..a8cdd4d 100644
--- a/test/ic3/array.out.expected
+++ b/test/ic3/array.out.expected
@@ -64,12 +64,12 @@ d[1][1][1][1]
13
14
15
-(U8) {1 + 1}
+(U8) {2}
2
-(U8) {1 + 1, 2 + 2}
+(U8) {2, 4}
2
4
-(U8) {1 + 1, 2 + 2, 3 + 3}
+(U8) {2, 4, 6}
2
4
6