Skip to content

Commit

Permalink
tests: re-enabled some failing Machine tests
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilien Noal <noal.maximilien@gmail.com>
  • Loading branch information
maximilien-noal committed Jan 19, 2024
1 parent afef003 commit 7acdfa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Spice86.Tests/MachineTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ static MachineTest() {
.MinimumLevel.Debug()
.CreateLogger();
}
#if false
[Fact]
public void TestExecutionBreakpoints() {
ProgramExecutor programExecutor = CreateProgramExecutor("add", true);
Expand Down Expand Up @@ -152,6 +151,7 @@ private void AssertAddressMemoryBreakPoint(MachineBreakpoints machineBreakpoints
machineBreakpoints.ToggleBreakPoint(breakPoint, false);
Assert.Equal(expectedTriggers, count);
}
#if false

[Fact]
public void TestAdd() {
Expand Down

0 comments on commit 7acdfa3

Please sign in to comment.