aboutsummaryrefslogtreecommitdiff
path: root/test/paths.tm
diff options
context:
space:
mode:
Diffstat (limited to 'test/paths.tm')
-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)