]> gitweb.factorcode.org Git - factor.git/blobdiff - core/continuations/continuations-tests.factor
hashtables: remove 2hashtable (not really used).
[factor.git] / core / continuations / continuations-tests.factor
index cc836b45d168257d27dafc12bd5de0b264ae20d2..ce3f36ac3fee50e89aeb4438fec0a6f2419b4312 100644 (file)
@@ -65,9 +65,10 @@ IN: continuations.tests
 SYMBOL: always-counter
 SYMBOL: error-counter
 
-0 always-counter
-0 error-counter 2hashtable
-[
+H{
+    { always-counter 0 }
+    { error-counter 0 }
+} [
 
     [ ] [ always-counter inc ] [ error-counter inc ] cleanup