more unobtrusive skip message

In particular, the periods looked like passing tests.
This commit is contained in:
Kartik K. Agaram 2022-03-03 22:06:44 -08:00
parent 2b50b7289e
commit 983285c6b2
1 changed files with 1 additions and 1 deletions

View File

@ -614,7 +614,7 @@ function test_channel_as_iterator()
end
if _VERSION == "Lua 5.1" then
-- sorry, this test doesn't work in 5.1
print('skipping... (5.1 unsupported)')
print('S')
done = true
else
task.spawn(main)