aboutsummaryrefslogtreecommitdiff
path: root/tests/object.nom
diff options
context:
space:
mode:
Diffstat (limited to 'tests/object.nom')
-rw-r--r--tests/object.nom5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/object.nom b/tests/object.nom
index 7dbaca6..84524e5 100644
--- a/tests/object.nom
+++ b/tests/object.nom
@@ -1,5 +1,5 @@
-use "lib/core.nom"
-use "lib/object.nom"
+use "core"
+use "lib/object2.nom"
immediately:
define object "Dog":
@@ -20,3 +20,4 @@ as %d:
assume ("\(%d's "class")" = "Dog")
assume ((%d's "barks") = 3)
+say "Object test passed."