Skip to content

Commit

Permalink
removed test
Browse files Browse the repository at this point in the history
  • Loading branch information
sehugg committed Nov 11, 2024
1 parent a91b721 commit cd245c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/testwasishim.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ describe('test WASI cc7800', function () {
});
});


/*
describe('test WASI oscar64', function () {
it('oscar64 compile', async function () {
let shim = await loadOscar64();
Expand All @@ -104,3 +104,4 @@ describe('test WASI oscar64', function () {
console.log(shim.fs.getFile("/root/foo.asm").getBytesAsString());
});
});
*/

0 comments on commit cd245c5

Please sign in to comment.