From f8bd9efd780642581802d33ec2fdb4ddafb9aef1 Mon Sep 17 00:00:00 2001 From: Raymond Bernardo Date: Mon, 18 Sep 2023 22:17:19 -0700 Subject: [PATCH] check that tests actually fail --- tests/goldens/16bit/test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/goldens/16bit/test.cpp b/tests/goldens/16bit/test.cpp index 9aa799e..ef58f68 100644 --- a/tests/goldens/16bit/test.cpp +++ b/tests/goldens/16bit/test.cpp @@ -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; }