about summary refs log tree commit diff stats
path: root/apps/mu.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-01-19 23:38:06 -0800
committerKartik Agaram <vc@akkartik.com>2020-01-19 23:38:06 -0800
commit41e4cfc33f02cc924f867ad86321591d77891d4c (patch)
tree5502901f9d9784d8fecd17588dbdbd4b80b6455c /apps/mu.subx
parent33258e0ad2b5bbae249ca0558bdeb463af7b6148 (diff)
downloadmu-41e4cfc33f02cc924f867ad86321591d77891d4c.tar.gz
5904
Diffstat (limited to 'apps/mu.subx')
-rw-r--r--apps/mu.subx6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/mu.subx b/apps/mu.subx
index 2e090cc8..38064a07 100644
--- a/apps/mu.subx
+++ b/apps/mu.subx
@@ -1795,7 +1795,7 @@ test-parse-var-with-type:
     (check-strings-equal %edx "x" "F - test-var-with-type/name")
     8b/-> *(eax+4) 2/r32/edx  # Var-type
     (check-ints-equal *edx 1 "F - test-var-with-type/type")
-    (check-ints-equal *(edx+4) 0 "F - test-var-with-register-and-trailing-characters/type")
+    (check-ints-equal *(edx+4) 0 "F - test-var-with-type/type")
     # . epilogue
     89/<- %esp 5/r32/ebp
     5d/pop-to-ebp
@@ -1825,7 +1825,7 @@ test-parse-var-with-type-and-register:
     (check-strings-equal %edx "eax" "F - test-var-with-type-and-register/register")
     8b/-> *(eax+4) 2/r32/edx  # Var-type
     (check-ints-equal *edx 1 "F - test-var-with-type-and-register/type")
-    (check-ints-equal *(edx+4) 0 "F - test-var-with-register-and-trailing-characters/type")
+    (check-ints-equal *(edx+4) 0 "F - test-var-with-type-and-register/type")
     # . epilogue
     89/<- %esp 5/r32/ebp
     5d/pop-to-ebp
@@ -1855,7 +1855,7 @@ test-parse-var-with-trailing-characters:
     (check-ints-equal %edx 0 "F - test-var-with-trailing-characters/register")
     8b/-> *(eax+4) 2/r32/edx  # Var-type
     (check-ints-equal *edx 1 "F - test-var-with-trailing-characters/type")
-    (check-ints-equal *(edx+4) 0 "F - test-var-with-register-and-trailing-characters/type")
+    (check-ints-equal *(edx+4) 0 "F - test-var-with-trailing-characters/type")
     # . epilogue
     89/<- %esp 5/r32/ebp
     5d/pop-to-ebp