Skip to content

Commit

Permalink
c backend rewrite bring crypto & db in fix
Browse files Browse the repository at this point in the history
  • Loading branch information
smurfd committed Jan 4, 2025
1 parent c91b64a commit 4b95308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lotordb/src/rewrite/lotordb/src/tests/tests.c
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,6 @@ int main(void) {
test_aesgcmloop();
test_aesgcm32bit();
test_aesgcm32bitloop();
assert(test_db_table() == 0);
assert(test_db_table() == 1);
printf("OK\n");
}

0 comments on commit 4b95308

Please sign in to comment.