about summary refs log tree commit diff stats
path: root/subx/055trace.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-10-10 23:39:50 -0700
committerKartik Agaram <vc@akkartik.com>2018-10-11 00:08:50 -0700
commitc25d9aa42a7d3ea142ca8cb3887030866ac32a6f (patch)
treeeffacfcb2088b3b36467e1abb5d281cc836dba22 /subx/055trace.subx
parentb59b75310abdd3c6c6a63654ab2ae14d46c2028e (diff)
downloadmu-c25d9aa42a7d3ea142ca8cb3887030866ac32a6f.tar.gz
4684
Turns out the tests for 'trace' have been broken in native mode since the
original commit (4674). Dangers of running my tests on Darwin, where I
can't run them natively.

The test failures didn't get flagged on CI because I'd forgotten to update
the exit code of the factorial app in commit 4664. At least that's fixed
in this commit.
Diffstat (limited to 'subx/055trace.subx')
-rw-r--r--subx/055trace.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/055trace.subx b/subx/055trace.subx
index 237fbed9..68309ab0 100644
--- a/subx/055trace.subx
+++ b/subx/055trace.subx
@@ -219,7 +219,7 @@ test-trace-single:
   81          0/subop/add         3/mod/direct    4/rm32/ESP    .           .             .           .           .               8/imm32           # add to ESP
   # check-ints-equal(*Test-trace-stream.data, 41/A 62/b 0a/newline 00, msg)
     # push args
-  68/push  "F - test-trace"/imm32
+  68/push  "F - test-trace-single"/imm32
   68/push  0x0a6241/imm32/Ab-newline
     # push *Test-trace-stream.data
   b8/copy-to-EAX  Test-trace-stream/imm32