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 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 |
