diff options
Diffstat (limited to 'test/paths.tm')
| -rw-r--r-- | test/paths.tm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/paths.tm b/test/paths.tm index 25cb4e59..1a8da4cf 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 : Text? >> (./does-not-exist.xxx):read_bytes() - = NONE : [Byte]? + = none : [Byte]? if lines := (./does-not-exist.xxx):by_line(): fail("I could read lines in a nonexistent file") else: |
