about summary refs log tree commit diff
path: root/Test
diff options
context:
space:
mode:
Diffstat (limited to 'Test')
-rw-r--r--Test/C01arith.ztst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/C01arith.ztst b/Test/C01arith.ztst
index bace31ea9..9bab48244 100644
--- a/Test/C01arith.ztst
+++ b/Test/C01arith.ztst
@@ -69,8 +69,8 @@
 >117
 
   print $((##))
-0:## without following character
->0
+1:## without following character
+?(eval):1: character missing after ##
 
   print $((## ))
 0:## followed by a space