From 02eae1a5ed6dcd383b1683ab50ac13a19e98ee6d Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Tue, 23 Mar 2021 14:57:48 -0700 Subject: [PATCH] tools.memory: Fix deploy test 23 It complains about ``room.`` not existing, there's probably another issue to fix here. --- basis/tools/memory/memory-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/tools/memory/memory-docs.factor b/basis/tools/memory/memory-docs.factor index 3588ac953a..da75774318 100644 --- a/basis/tools/memory/memory-docs.factor +++ b/basis/tools/memory/memory-docs.factor @@ -1,4 +1,4 @@ -USING: help.markup help.syntax memory sequences vm ; +USING: help.markup help.syntax memory tools.memory sequences vm ; IN: tools.memory ARTICLE: "tools.memory" "Object memory tools" -- 2.34.1