1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-08-20 09:29:01 +00:00

Fix incorrect test name

This commit is contained in:
Peter Evans 2018-01-07 15:48:19 -06:00
parent cccf6df354
commit 0fa930b548

View File

@ -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);