about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Test/D06subscript.ztst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/D06subscript.ztst b/Test/D06subscript.ztst
index 4225c543c..adbd398c4 100644
--- a/Test/D06subscript.ztst
+++ b/Test/D06subscript.ztst
@@ -293,4 +293,4 @@ F:Regression test for workers/42297
   i=1,3
   [[ ${a[$i]} = ${a[i]} ]]
 0f:Math evaluation of commas in array subscripts
-F:In math, (($i)) should be the same as ((i)).
+F:In math, (($i)) should be the same as ((i)), see workers/47748.