Commit dd005b78 authored by George Hotz's avatar George Hotz

error text changed

parent e422747c
...@@ -34,7 +34,7 @@ describe("MIPSMemory oracle", function () { ...@@ -34,7 +34,7 @@ describe("MIPSMemory oracle", function () {
expect(await mm.ReadMemory(root, 0x31000008)).to.equal(0xaabbccdd) expect(await mm.ReadMemory(root, 0x31000008)).to.equal(0xaabbccdd)
// offset 0 isn't loaded // offset 0 isn't loaded
await expect(mm.ReadMemory(root, 0x31000004)).to.be.revertedWith("offset not loaded") await expect(mm.ReadMemory(root, 0x31000004)).to.be.reverted;
}) })
it("misaligned oracle", async function() { it("misaligned oracle", async function() {
......
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