mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2025-08-07 20:25:28 +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
|
public class BhiTests
|
||||||
{
|
{
|
||||||
private readonly Board board = new Board();
|
private readonly Board board = new Board();
|
||||||
private MC6809 cpu;
|
private readonly MC6809 cpu;
|
||||||
|
|
||||||
public BhiTests()
|
public BhiTests()
|
||||||
{
|
{
|
||||||
|
@@ -6,7 +6,7 @@
|
|||||||
public class BleTests
|
public class BleTests
|
||||||
{
|
{
|
||||||
private readonly Board board = new Board();
|
private readonly Board board = new Board();
|
||||||
private MC6809 cpu;
|
private readonly MC6809 cpu;
|
||||||
|
|
||||||
public BleTests()
|
public BleTests()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user