From b1d13b806fb5fcac53edccd77407211fd89daaee Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Tue, 5 May 2020 15:18:08 -0700 Subject: mu.subx: include missing arg It's not used in these tests, but still confusing. --- apps/mu.subx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/mu.subx') diff --git a/apps/mu.subx b/apps/mu.subx index 91a3393c..5c4edd8a 100644 --- a/apps/mu.subx +++ b/apps/mu.subx @@ -5753,7 +5753,7 @@ test-parse-mu-stmt: # (push %ecx %edx) # convert - (parse-mu-stmt _test-input-stream %ecx) # => eax + (parse-mu-stmt _test-input-stream %ecx 0) # => eax # check result (check-ints-equal *eax 1 "F - test-parse-mu-stmt/tag") # Stmt-tag is Stmt1 (check-strings-equal *(eax+4) "increment" "F - test-parse-mu-stmt/name") # Stmt1-operation @@ -5789,7 +5789,7 @@ test-parse-mu-stmt-with-comma: # (push %ecx %edx) # convert - (parse-mu-stmt _test-input-stream %ecx) # => eax + (parse-mu-stmt _test-input-stream %ecx 0) # => eax # check result (check-ints-equal *eax 1 "F - test-parse-mu-stmt-with-comma/tag") # Stmt-tag is Stmt1 (check-strings-equal *(eax+4) "copy-to" "F - test-parse-mu-stmt-with-comma/name") # Stmt1-operation -- cgit 1.4.1-2-gfad0