about summary refs log tree commit diff stats
path: root/subx/057write.subx
diff options
context:
space:
mode:
Diffstat (limited to 'subx/057write.subx')
-rw-r--r--subx/057write.subx7
1 files changed, 4 insertions, 3 deletions
diff --git a/subx/057write.subx b/subx/057write.subx
index 455146ac..203cbf76 100644
--- a/subx/057write.subx
+++ b/subx/057write.subx
@@ -151,8 +151,9 @@ _test-stream:
     # current read index
     0/imm32
     # length
-    8/imm32
-    # data
-    00 00 00 00 00 00 00 00  # 8 bytes
+    0x10/imm32
+    # data (2 lines x 8 bytes/line)
+    00 00 00 00 00 00 00 00
+    00 00 00 00 00 00 00 00
 
 # . . vim:nowrap:textwidth=0