diff options
Diffstat (limited to 'Test/D06subscript.ztst')
-rw-r--r-- | Test/D06subscript.ztst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/D06subscript.ztst b/Test/D06subscript.ztst index d7ba59b3f..ac233c1a2 100644 --- a/Test/D06subscript.ztst +++ b/Test/D06subscript.ztst @@ -95,7 +95,7 @@ eval 'A[*]=star' 1:Illegal associative array assignment -?ZTST_execchunk:2: A: attempt to set slice of associative array +?ZTST_execchunk:1: A: attempt to set slice of associative array x='*' A[$x]=xstar |