Commit 5bfcb4a2 authored by inphi's avatar inphi

lint MIPS.t.sol

parent 985cd9c5
......@@ -17,7 +17,7 @@ contract MIPS_Test is Test {
vm.label(address(mips), "MIPS");
}
function test_step_abi() external {
function test_step_abi_succeeds() external {
uint32[32] memory registers;
registers[16] = 0xbfff0000;
MIPS.State memory state = MIPS.State({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment