From 54b4040a8e46c4104e228264fa57b44d17e245c9 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Thu, 6 Feb 2025 13:59:50 +0100 Subject: all current tests passing --- test/const-array-complex.mnml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/const-array-complex.mnml') diff --git a/test/const-array-complex.mnml b/test/const-array-complex.mnml index 07e2286..00edaac 100644 --- a/test/const-array-complex.mnml +++ b/test/const-array-complex.mnml @@ -1 +1 @@ -const array: [[integer]] = [[1, 2], [3, 4], [5, 6, 7]] +const array: [[integer]] = [[1, 2], [3, 4], [5, 6, 7_000_000]] -- cgit v1.2.3