code icon indicating copy to clipboard operation
code copied to clipboard

FIX: Stream-IO-test.reds for Linux

Open isoux opened this issue 2 years ago • 0 comments

When compiled for Linux and run on it, the test does not produce a test-oi.bin file but a file named "t". It is obvious that the way of using directive #16 (variable name: #u16 "test-io.bin") is not suitable for Linux. After removing directive #u16 the mentioned file is produced with the full name. I couldn't have found a better solution with my novice experience.

isoux avatar Aug 12 '23 17:08 isoux