diff --git a/cpm/cpm_bdos_test.go b/cpm/cpm_bdos_test.go index 4908bbf..5f6985d 100644 --- a/cpm/cpm_bdos_test.go +++ b/cpm/cpm_bdos_test.go @@ -1001,7 +1001,6 @@ func TestReadFile(t *testing.T) { } // TestFileOpen ensures we can open files. -// This is incomplete, TODO test virtual files too. func TestFileOpen(t *testing.T) { // Create a new helper c, err := New()