Skip to content

Commit 6677317

Browse files
committed
update x86 disassembly tests
1 parent 5c563c2 commit 6677317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/node/tests/operations.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ color: white;
432432
it("Disassemble x86", () => {
433433
const result = chef.disassembleX86(chef.toBase64("one two three"));
434434
const expected = `0000000000000000 0000 ADD BYTE PTR [RAX],AL\r
435-
0000000000000002 0B250000000B OR ESP,DWORD PTR [0000000-F4FFFFF8]\r
435+
0000000000000002 0B250000000B OR ESP,DWORD PTR [000000000B000008]\r
436436
`;
437437
assert.strictEqual(result.toString(), expected);
438438
}),

0 commit comments

Comments
 (0)