aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2026-02-20 00:01:48 -0500
committerBruce Hill <bruce@bruce-hill.com>2026-02-20 00:01:48 -0500
commit73a2493d15b146f0dda6dc8db3de463422464118 (patch)
tree7999612673c959558bd7789d26aefaa6d58d9a70 /test
parent9073d89b87fcdcbbb1fa6f69c18b7a866cc4cbbc (diff)
Fix and remove tests
Diffstat (limited to 'test')
-rw-r--r--test/paths.tm6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/paths.tm b/test/paths.tm
index 6622847e..c9efa874 100644
--- a/test/paths.tm
+++ b/test/paths.tm
@@ -102,9 +102,3 @@ func main()
say("Globbing:")
>> (./*.tm).glob()
-
- assert (./foo).RelativePath
- assert (/foo).AbsolutePath
- assert (~/foo).HomePath
- assert (/foo/baz).components() == ["foo", "baz"]
- assert Path.RelativePath(["foo", "baz"]) == (./foo/baz)