diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-06-18 01:32:44 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-06-18 01:32:44 -0400 |
| commit | ed935eb882593540e827f8a18c384bf4ab54a653 (patch) | |
| tree | 968cb8bdc01104ea440728a3928ccfe10abbdc5d /test | |
| parent | f5dc37c86cac80b2e5da110da33ad98dc548381d (diff) | |
Fix array_lvalue
Diffstat (limited to 'test')
| -rw-r--r-- | test/arrays.tm | 1 |
1 files changed, 1 insertions, 0 deletions
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: |
