]> gitweb.factorcode.org Git - factor.git/blobdiff - core/io/pathnames/pathnames-tests.factor
hashtables: remove 2hashtable (not really used).
[factor.git] / core / io / pathnames / pathnames-tests.factor
index 75574b58dec0bd043e52a87b9bfa843cea763214..8ea5c251b4050133a7e6a99f68917b761dc4ff11 100644 (file)
@@ -57,8 +57,10 @@ IN: io.pathnames.tests
 { } [ 2 [ "touch-twice-test" temp-file touch-file ] times ] unit-test
 
 ! aum's bug
-"." current-directory
-".." "resource-path" 2hashtable [
+H{
+    { current-directory "." }
+    { "resource-path" ".." }
+} [
     [ "../core/bootstrap/stage2.factor" ]
     [ "resource:core/bootstrap/stage2.factor" absolute-path ]
     unit-test