]> gitweb.factorcode.org Git - factor.git/commitdiff
compiler.cfg.stacks.local: Have unit test load prettyprint implementation for ds...
authorDoug Coleman <doug.coleman@gmail.com>
Wed, 22 Oct 2014 17:31:27 +0000 (10:31 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Wed, 22 Oct 2014 17:31:27 +0000 (10:31 -0700)
basis/compiler/cfg/stacks/local/local-docs.factor

index 3970fcb886b0e971d361baeab1b32a7f3144d73d..c24da16e78668210f01a2b3073d3af2df59f03de 100644 (file)
@@ -16,9 +16,9 @@ HELP: translate-local-loc
 { $description "Translates an absolute stack location to one that is relative to the current stacks height as given in " { $link current-height } "." }
 { $examples
   { $example
-    "USING: compiler.cfg.stacks.local compiler.cfg.registers namespaces prettyprint ;"
+    "USING: compiler.cfg.stacks.local compiler.cfg.registers compiler.cfg.debugger namespaces prettyprint ;"
     "T{ current-height { d 3 } } current-height set D 7 translate-local-loc ."
-    "T{ ds-loc { n 4 } }"
+    "D 4"
   }
 } ;