-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
crucible-debug: Accept new test output due to changes in TypeRepr pre…
…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
1 parent
31a59e4
commit ae3d6dd
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,8 +32,8 @@ CFG: add | |
Block: %0 | ||
|
||
Argument types: | ||
- IntegerRepr | ||
- IntegerRepr | ||
- Integer | ||
- Integer | ||
|
||
> run | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters