step6: Test loading of a large (>255 byte) file earlier than before.
authorBen Harris <bjh21@bjh21.me.uk>
Mon, 27 May 2019 09:31:32 +0000 (10:31 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Mon, 27 May 2019 21:32:16 +0000 (22:32 +0100)
commit7df7eeecbff97dde6171f1248878a80d1e477364
tree680d612d3d265eb903b70d6438135bc760b92840
parenta4cb289ffbf3fd242a8fafa378b5683e127c45b1
step6: Test loading of a large (>255 byte) file earlier than before.

I just introduced a bug in the BBC BASIC implementation meaning that
'load-file' was broken on files over 255 bytes long, and it was only
caught by the optional test of 'time-ms' in step A.  This change brings
forward the relevant part of that test so the failure can be detected
earlier and more obviously, at the same time as the other tests of
'load-file'.
tests/step6_file.mal