From 00fd2b9e6705cf80e315c84b35feb6248305770b Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 5 Apr 2025 01:08:12 -0400 Subject: Fix up tests --- test/paths.tm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/paths.tm') diff --git a/test/paths.tm b/test/paths.tm index 72cac24d..e8cfd2ab 100644 --- a/test/paths.tm +++ b/test/paths.tm @@ -24,8 +24,8 @@ func main(): >> tmpfile:append("!") >> tmpfile:read() = "Hello world!"? - >> tmpfile:read_bytes() - = [0x48, 0x65, 0x6C, 0x6C, 0x6F, 0x20, 0x77, 0x6F, 0x72, 0x6C, 0x64, 0x21]? + >> tmpfile:read_bytes()! + = [0x48, 0x65, 0x6C, 0x6C, 0x6F, 0x20, 0x77, 0x6F, 0x72, 0x6C, 0x64, 0x21] >> tmpdir:files():has(tmpfile) = yes -- cgit v1.2.3