From 920ab21112e36e746a0df4a9043537e9a53a6308 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Mon, 22 Jul 2024 21:14:39 +0300 Subject: [PATCH] Removed obsolete TODO-comment. --- cpm/cpm_bdos_test.go | 1 - 1 file changed, 1 deletion(-) 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()