Skip to content

Commit

Permalink
check that tests actually fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Seth10001 committed Sep 19, 2023
1 parent 4cb0ebb commit f8bd9ef
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() != 0x4020) {
if (RX0.GetSecondVal() != 0x4021) {
std::cout << "second is wrong!" << std::endl;
return -1;
}
Expand Down

0 comments on commit f8bd9ef

Please sign in to comment.