Skip to content

Commit

Permalink
updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rdbo committed Apr 16, 2024
1 parent 836235e commit 7a35a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/asm.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ char *test_LM_Assemble(void *arg)

char *test_LM_AssembleEx(void *arg)
{
TEST_LM_ASSEMBLE_EX(X86, 64);
TEST_LM_ASSEMBLE_EX(X86, 32);
TEST_LM_ASSEMBLE_EX(X86, 64);

return NULL;
}
Expand Down

0 comments on commit 7a35a23

Please sign in to comment.