Skip to content

Commit

Permalink
crucible-debug: Accept new test output due to changes in TypeRepr pre…
Browse files Browse the repository at this point in the history
…tty-printing

This fixes an oversight from #1295 in which the `Pretty` instance for
`TypeRepr` was changed, but the expected test output from various
`crucible-debug` test cases (which depend on the behavior of that `Pretty`
instance) were not updated. Easily fixed.

Towards a fix for #1302.
  • Loading branch information
RyanGlScott committed Feb 11, 2025
1 parent 31a59e4 commit ae3d6dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions crucible-debug/test-data/frame.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ CFG: add
Block: %0

Argument types:
- IntegerRepr
- IntegerRepr
- Integer
- Integer

> run

Expand Down
2 changes: 1 addition & 1 deletion crucible-debug/test-data/reg.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Ok
> reg

ite cp@0:b cx@1:i 12
add : IntegerRepr -> IntegerRepr -> IntegerRepr
add : Integer -> Integer -> Integer
0
ite cp@0:b cx@1:i 12

Expand Down

0 comments on commit ae3d6dd

Please sign in to comment.