Skip to content

Commit

Permalink
Add FTOBE to supermon test disk image
Browse files Browse the repository at this point in the history
  • Loading branch information
zellyn committed Nov 15, 2016
1 parent 0c5c863 commit d901a9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/supermon/supermon_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ func TestReadSectorMap(t *testing.T) {
{7, 0x1F, "FSHRTHELP"},
{8, 0x04, "FSHORT"},
{9, 0x60, "FCHACHA"},
{10, 0x01, "FTOBE"},
}

sectorsByFile := sm.SectorsByFile()
Expand Down Expand Up @@ -88,6 +89,7 @@ func TestReadSymbolTable(t *testing.T) {
{7, "FSHRTHELP"},
{8, "FSHORT"},
{9, "FCHACHA"},
{10, "FTOBE"},
}

for _, tt := range testData {
Expand Down
Binary file modified lib/supermon/testdata/chacha20.dsk
Binary file not shown.

0 comments on commit d901a9a

Please sign in to comment.