mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2025-08-10 10:25:26 +00:00
Correct a couple of missed "readonly" specifications in the MC6809 unit tests.
Signed-off-by: Adrian Conlon <adrian.conlon@gmail.com>
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
public class BhiTests
|
||||
{
|
||||
private readonly Board board = new Board();
|
||||
private MC6809 cpu;
|
||||
private readonly MC6809 cpu;
|
||||
|
||||
public BhiTests()
|
||||
{
|
||||
|
@@ -6,7 +6,7 @@
|
||||
public class BleTests
|
||||
{
|
||||
private readonly Board board = new Board();
|
||||
private MC6809 cpu;
|
||||
private readonly MC6809 cpu;
|
||||
|
||||
public BleTests()
|
||||
{
|
||||
|
Reference in New Issue
Block a user