clean up a stale manual test

I'd fixed this in the next one but missed this one.
This commit is contained in:
Kartik K. Agaram 2023-04-22 18:06:38 -07:00
parent f41a1fc69d
commit ed2eddac57
1 changed files with 1 additions and 2 deletions

View File

@ -53,8 +53,7 @@ record those here.
on.draw = function( on.draw = function(
``` ```
Hit F4. Driver shows an error under the definition as before. Hit F4. Driver shows an error under the definition as before.
Quit the client app. The invalid code is saved in file 0002-on.draw in the Quit the client app.
save dir. However, the file 'head' in the save dir contains '1'.
Restart the client app. It loads up without error. Restart the client app. It loads up without error.
Switch back to the driver. Fix the definition. Switch back to the driver. Fix the definition.
``` ```