From 99220f60af8fca4817bde91a9dce8fb20e83e53f Mon Sep 17 00:00:00 2001 From: bbbradsmith Date: Tue, 7 Mar 2023 18:53:30 -0500 Subject: [PATCH] test/asm readme val description revision --- test/asm/readme.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/asm/readme.txt b/test/asm/readme.txt index db7f64504..49b530d1c 100644 --- a/test/asm/readme.txt +++ b/test/asm/readme.txt @@ -33,6 +33,6 @@ Refer to listing/readme.txt val: ---- -Runtime assembly tests using sim65 that should exit with an exit code of 0 when -the pass, or either -1 or a number indicating what part of the test failed on -error. +Runtime assembly tests using sim65 that should end with an exit code of 0 if +they pass. If they fail the exit code should be either -1, or a number +indicating what part of the test failed.