about summary refs log tree commit diff stats
path: root/109stream-equal.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-09-10 22:58:12 -0700
committerKartik Agaram <vc@akkartik.com>2020-09-10 23:00:19 -0700
commit492fb2783f3a72770359a252ffcefbf43c5d57ea (patch)
treefbffa06a6ed9dbbc909e0e2b2f9a4876d35f61f0 /109stream-equal.subx
parent094b33c107bcb981adb45ffee85bb753e179de13 (diff)
downloadmu-492fb2783f3a72770359a252ffcefbf43c5d57ea.tar.gz
6769 - support for creating fake files in Mu tests
Diffstat (limited to '109stream-equal.subx')
-rw-r--r--109stream-equal.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/109stream-equal.subx b/109stream-equal.subx
index e7bb9487..8f6cf1bf 100644
--- a/109stream-equal.subx
+++ b/109stream-equal.subx
@@ -562,7 +562,7 @@ test-next-stream-line-equal-always-fails-after-Eof:
     c3/return
 
 # helper for later tests
-check-next-stream-line-equal:
+check-next-stream-line-equal:  # f: (addr stream byte), s: (addr array byte), msg: (addr array byte)
     # . prologue
     55/push-ebp
     89/copy                         3/mod/direct    5/rm32/ebp    .           .             .           4/r32/esp   .               .                 # copy esp to ebp