Skip to content

Commit

Permalink
Revert "check that tests actually fail"
Browse files Browse the repository at this point in the history
This reverts commit f8bd9ef.
  • Loading branch information
Seth10001 committed Sep 19, 2023
1 parent f8bd9ef commit 21ef549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/goldens/16bit/test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ int main() {
return -1;
}

if (RX0.GetSecondVal() != 0x4021) {
if (RX0.GetSecondVal() != 0x4020) {
std::cout << "second is wrong!" << std::endl;
return -1;
}
Expand Down

0 comments on commit 21ef549

Please sign in to comment.