From 493e1ff532af8f8d5f7300ae99607042f0f1fb6f Mon Sep 17 00:00:00 2001 From: William McSpaddden Date: Tue, 14 May 2024 08:29:30 -0500 Subject: [PATCH] missed some whitespace in last commit --- TESTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TESTING.md b/TESTING.md index 359f10a69..5f96b0f4f 100644 --- a/TESTING.md +++ b/TESTING.md @@ -62,7 +62,7 @@ We have the following defeciencies in the test environment that need to be fixed 1. A pass/fail can only be detected and reported from within the test itself. If a test writer wanted to check the simluator log file to see if certain strings existed (say, for example, you want to check the disassembly -of newly added instructions), there is no method to do so. The ability to +of newly added instructions), there is no method to do so. The ability to inspect the log file is a neccessary feature that needs to be added. 1. Negative testing. We need to be able to check for proper detection of errors