From 2a412f5e04650d7c6e0c701a45447eab3d64cf45 Mon Sep 17 00:00:00 2001 From: Dmitry Boulytchev Date: Mon, 17 Feb 2020 10:20:58 +0300 Subject: [PATCH] Fixed test --- regression/x86only/test003.lama | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression/x86only/test003.lama b/regression/x86only/test003.lama index f6a6c05fc..a7c62c4a4 100644 --- a/regression/x86only/test003.lama +++ b/regression/x86only/test003.lama @@ -1,7 +1,7 @@ local lists = [ {}, {1, 2, 3, 4}, - {{1}, {2, 3}, {4, {5, 6}}}, + {{1} : {}, {2, 3}, {4, {5, 6}}}, 1 : 2 : 3 : 4 : {} ], i;