commit | f7244545958c63f926011578038ece2139848bb3 | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <lgl@securitytheory.com> | Thu Mar 07 13:43:59 2024 -0800 |
committer | Laurence Lundblade <lgl@securitytheory.com> | Thu Mar 07 13:43:59 2024 -0800 |
tree | afa681f4b5a1cdb623ddf9c6538124070c7ad3aa | |
parent | d6b33f5e59ec3d216eb3dcb87d3309f08179b962 [diff] [blame] |
Add SetError(); VGetNext error bug fix
diff --git a/test/run_tests.c b/test/run_tests.c index 9e747a6..988fd36 100644 --- a/test/run_tests.c +++ b/test/run_tests.c
@@ -66,7 +66,8 @@ static test_entry s_tests[] = { - TEST_ENTRY(OpenCloseBytesTest), + TEST_ENTRY(ErrorHandlingTests), + TEST_ENTRY(OpenCloseBytesTest), TEST_ENTRY(EnterBstrTest), TEST_ENTRY(IntegerConvertTest), TEST_ENTRY(EnterMapTest),