about summary refs log tree commit diff stats
path: root/subx/apps/hex.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-06-12 00:13:34 -0700
committerKartik Agaram <vc@akkartik.com>2019-06-12 00:13:34 -0700
commit66bce436b328171cfbfa02c2e16dafc49343de08 (patch)
tree919fecbcee4cb53e20f33d054042f18a74153e6d /subx/apps/hex.subx
parentbf569a9f6c4b2e59dfe6aa30a9b01d8d77948aa1 (diff)
downloadmu-66bce436b328171cfbfa02c2e16dafc49343de08.tar.gz
.
Now that we don't have to edit code to run a single test, delete that
commented out fragment everywhere.
Diffstat (limited to 'subx/apps/hex.subx')
-rw-r--r--subx/apps/hex.subx5
1 files changed, 0 insertions, 5 deletions
diff --git a/subx/apps/hex.subx b/subx/apps/hex.subx
index 6b82a1e9..a24c5a2e 100644
--- a/subx/apps/hex.subx
+++ b/subx/apps/hex.subx
@@ -28,11 +28,6 @@ Entry:  # run tests if necessary, convert stdin if not
     # . . discard args
     81          0/subop/add         3/mod/direct    4/rm32/ESP    .           .             .           .           .               8/imm32           # add to ESP
 
-#?     # for debugging: run a single test
-#?     e8/call test-convert-next-octet-aborts-on-single-hex-byte/disp32
-#?     8b/copy                         0/mod/indirect  5/rm32/.disp32            .             .           3/r32/EBX   Num-test-failures/disp32          # copy *Num-test-failures to EBX
-#?     eb/jump  $main:end/disp8
-
     # . prolog
     89/copy                         3/mod/direct    5/rm32/EBP    .           .             .           4/r32/ESP   .               .                 # copy ESP to EBP
     # - if argc > 1 and argv[1] == "test", then return run_tests()