mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2025-04-01 11:30:35 +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:
parent
0ab5da10ef
commit
4977df7330
@ -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()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user