Skip to content

Commit

Permalink
Small cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderOMara committed Jan 19, 2025
1 parent 055490d commit d7ac397
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion macho/universal.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ for (const [index, { kind, arch, file, archs }] of fixtures.entries()) {
Deno.test(`${kind}: ${arch}: ${file}`, async () => {
const [macho] = await fixtureMacho(kind, arch, [file]);
const uni = new Universal();

assertEquals(uni.offset(), 0);
assertEquals(uni.length(), 0);
assertEquals(uni.isOpen(), false);
Expand Down

0 comments on commit d7ac397

Please sign in to comment.