mirror of
https://github.com/janet-lang/janet
synced 2025-09-10 23:06:08 +00:00
Disable buffering for files created with ev/to-file
This commit is contained in:
@@ -422,7 +422,6 @@
|
||||
(expect-read bob "Whats your name?\n")
|
||||
(def fbob (ev/to-file bob))
|
||||
(file/write fbob "bob")
|
||||
(file/flush fbob)
|
||||
(:close fbob)
|
||||
(expect-read bob "Welcome bob\n")
|
||||
(def alice (net/connect test-host test-port))
|
||||
|
Reference in New Issue
Block a user