mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2025-07-16 01:24:03 +00:00
Whoops: missed LR35902 TestRunner refactor
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
@@ -154,9 +154,8 @@
|
||||
|
||||
foreach (var memoryDatum in this.expected.MemoryData)
|
||||
{
|
||||
var bytes = memoryDatum.Bytes;
|
||||
var address = memoryDatum.Address;
|
||||
foreach (var expected in bytes)
|
||||
foreach (var expected in memoryDatum.Bytes)
|
||||
{
|
||||
var actual = this.Peek(address);
|
||||
if (expected != actual)
|
||||
|
Reference in New Issue
Block a user