From ed935eb882593540e827f8a18c384bf4ab54a653 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 18 Jun 2024 01:32:44 -0400 Subject: Fix array_lvalue --- test/arrays.tm | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/arrays.tm b/test/arrays.tm index 16721c7d..b609aa9b 100644 --- a/test/arrays.tm +++ b/test/arrays.tm @@ -71,6 +71,7 @@ func main(): = [10, 20] >> arr[1] = 999 + >> arr = @[999, 20, 30] do: -- cgit v1.2.3