From 9f07e772cd9758ca5f4c516e78d50a1db581c910 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Thu, 6 Dec 2018 23:04:41 -0400 Subject: Adapted other world signatures to the capability model. --- stdlib/test/test/lux/world/net/udp.lux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stdlib/test') diff --git a/stdlib/test/test/lux/world/net/udp.lux b/stdlib/test/test/lux/world/net/udp.lux index d630816d8..e41082d35 100644 --- a/stdlib/test/test/lux/world/net/udp.lux +++ b/stdlib/test/test/lux/world/net/udp.lux @@ -42,12 +42,12 @@ [server (@.server port) client @.client #################### - _ (:: client write [localhost port] from) + _ (:: client write [[localhost port] from]) [bytes-from [from-address from-port] temp] (:: server read size) #let [from-worked? (and (n/= size bytes-from) (:: binary.Equivalence = from (taint.trust temp)))] #################### - _ (:: server write [from-address from-port] to) + _ (:: server write [[from-address from-port] to]) [bytes-to [to-address to-port] temp] (:: client read size) #let [to-worked? (and (n/= size bytes-to) (:: binary.Equivalence = to (taint.trust temp)) -- cgit v1.2.3