Skip to content

Commit

Permalink
Fix: don't commit references to local file system!
Browse files Browse the repository at this point in the history
  • Loading branch information
uxmal committed Feb 20, 2024
1 parent ac45b10 commit 2b56c5a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/UnitTests/ImageLoaders/Omf/OmfParserTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,5 @@ 01 00 00 00 05 41 4C 50 48 41

Assert.AreEqual("ALPHABETAALPHABETAALPHABETAALPHABETA", Encoding.ASCII.GetString(record.Data));
}

[Test]
public void Omfp_REadFile()
{
var bytes = System.IO.File.ReadAllBytes("d:\\dev\\uxmal\\reko\\users\\mrkite\\stmik\\STMIK.300");
var rdr = new LeImageReader(bytes);
var parser = new OmfParser(rdr);
while (parser.TryReadRecord(out var record))
;
}
}
}

0 comments on commit 2b56c5a

Please sign in to comment.