mirror of
https://github.com/pevans/erc-c.git
synced 2024-11-23 23:32:45 +00:00
Fix incorrect test name
This commit is contained in:
parent
cccf6df354
commit
0fa930b548
@ -6,7 +6,7 @@
|
||||
|
||||
TestSuite(mos6502_addr, .init = setup, .fini = teardown);
|
||||
|
||||
Test(mos6502_addr, addr_mode)
|
||||
Test(mos6502_addr, mode)
|
||||
{
|
||||
cr_assert_eq(mos6502_addr_mode(0xEA), IMP);
|
||||
cr_assert_eq(mos6502_addr_mode(0xD6), ZPX);
|
||||
|
Loading…
Reference in New Issue
Block a user