]> gitweb.factorcode.org Git - factor.git/commitdiff
tools.memory: Fix deploy test 23
authorDoug Coleman <doug.coleman@gmail.com>
Tue, 23 Mar 2021 21:57:48 +0000 (14:57 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Tue, 23 Mar 2021 21:57:48 +0000 (14:57 -0700)
It complains about ``room.`` not existing, there's probably
another issue to fix here.

basis/tools/memory/memory-docs.factor

index 3588ac953afcb5fae5b9b871de3790c69360f343..da7577431852ac92f523796e85adf7d01959a5db 100644 (file)
@@ -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"