Skip to content

Commit

Permalink
chore: Do not validate output of binary clock (mostly wrong)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikMuellerDev committed Dec 20, 2023
1 parent 1558ab6 commit d8cdde2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@
*.hms

!tests/*.hms
!examples/*.hms
2 changes: 0 additions & 2 deletions examples/binary.hms.out

This file was deleted.

2 changes: 1 addition & 1 deletion homescript/homescript_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func TestScripts(t *testing.T) {
Debug: false,
ExpectedOutputFile: "../examples/binary.hms.out",
Skip: false,
ValidateOutput: OUTPUT_VALIDATION_FILE,
ValidateOutput: OUTPUT_VALIDATION_NONE,
},
{
Name: "DevFuzz",
Expand Down

0 comments on commit d8cdde2

Please sign in to comment.