diff options
-rw-r--r-- | tests/examplefiles/inet_pton6.dg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/examplefiles/inet_pton6.dg b/tests/examplefiles/inet_pton6.dg index b5f7928f..c56a66a3 100644 --- a/tests/examplefiles/inet_pton6.dg +++ b/tests/examplefiles/inet_pton6.dg @@ -68,4 +68,4 @@ inet6_type = q -> switch True = 'link-local multicast' -print $ (x -> (inet6_type x, hex x)) $ inet_pton6 $ call sys.stdin.read!.strip +print $ (x -> (inet6_type x, hex x)) $ inet_pton6 $ sys.stdin.read!.strip! |