]> Repositorios git - scryer-prolog.git/commitdiff
Close Stream bug files
authorAdrián Arroyo Calle <[email protected]>
Thu, 30 Sep 2021 21:01:25 +0000 (23:01 +0200)
committerAdrián Arroyo Calle <[email protected]>
Thu, 30 Sep 2021 21:01:25 +0000 (23:01 +0200)
tests-pl/issue1046-close-stream.pl

index 0ac47fcc479bd0a80254bfe03197676fa6c14d0e..63792059167aacdf122b1bb29e82035b409d0170 100644 (file)
@@ -2,6 +2,10 @@
 :- use_module(library(time)).
 :- use_module(library(format)).
 
+% Manual test to fix issue 1046
+% Server must be executed first, then client
+% The expected error is an exception thrown here, not a panic
+
 test :-
     Addr = '0.0.0.0',
     Port = 5000,