about summary refs log tree commit diff
path: root/Test
diff options
context:
space:
mode:
Diffstat (limited to 'Test')
-rw-r--r--Test/C01arith.ztst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/C01arith.ztst b/Test/C01arith.ztst
index 0e9216aaf..b80f78b6a 100644
--- a/Test/C01arith.ztst
+++ b/Test/C01arith.ztst
@@ -93,7 +93,7 @@
 
   (( newarray[unsetvar] = 1 ))
 2:error using unset variable as index
-?(eval):1:  assignment to invalid subscript range
+?(eval):1: newarray: assignment to invalid subscript range
 
   integer setvar=1
   (( newarray[setvar]++ ))