aboutsummaryrefslogtreecommitdiff
path: root/test/paths.tm
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-04-05 01:07:09 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-04-05 01:07:09 -0400
commit316eff8b4f6c4f0c119360dfbb94aa0840a7e65a (patch)
tree06d2ba0a53874b1b34bf495ce1010ed60547054c /test/paths.tm
parent355ad9532163f9513c01aa59333aed5363386022 (diff)
Fix up more things
Diffstat (limited to 'test/paths.tm')
-rw-r--r--test/paths.tm4
1 files changed, 2 insertions, 2 deletions
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: