Skip to content

Commit

Permalink
Ran regression tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
uxmal committed Aug 28, 2024
1 parent 6d7309b commit 835fbd5
Show file tree
Hide file tree
Showing 4 changed files with 97 additions and 119 deletions.
1 change: 0 additions & 1 deletion src/UnitTests/Arch/Pdp/Pdp11/DisassemblerTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ public class DisassemblerTests
public void Setup()
{
this.options = MachineInstructionRendererOptions.Default;
Reko.Core.Machine.Decoder.trace.Level = System.Diagnostics.TraceLevel.Verbose;
}

private void RunTest(string expected, params ushort[] words)
Expand Down
4 changes: 2 additions & 2 deletions src/UnitTests/Arch/Pdp/Pdp11/RewriterTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ public void Pdp11Rw_spl()
{
Given_HexString("9A00");
AssertCode( // spl #2
"0|L--|03E0(2): 1 instructions",
"1|L--|@@@");
"0|L--|0200(2): 1 instructions",
"1|L--|__set_priority_level(2<8>)");
}

[Test]
Expand Down
Loading

0 comments on commit 835fbd5

Please sign in to comment.