From 316eff8b4f6c4f0c119360dfbb94aa0840a7e65a Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 5 Apr 2025 01:07:09 -0400 Subject: Fix up more things --- 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 4f053485..72cac24d 100644 --- a/test/paths.tm +++ b/test/paths.tm @@ -36,9 +36,9 @@ func main(): fail("Couldn't read lines in $tmpfile") >> (./does-not-exist.xxx):read() - = none : Text + = none >> (./does-not-exist.xxx):read_bytes() - = none : [Byte] + = none if lines := (./does-not-exist.xxx):by_line(): fail("I could read lines in a nonexistent file") else: -- cgit v1.2.3