]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/mime/multipart/multipart-tests.factor
assocs: Add of and ?of. Change all the things at once! Fixes #701.
[factor.git] / basis / mime / multipart / multipart-tests.factor
index bfeb1335ee0e1c3339365f69ff9c7507306f5634..3ded3da21aa98941d96aa9e689f38efa6312a7f3 100644 (file)
@@ -32,7 +32,7 @@ IN: mime.multipart.tests
 
 [ t ] [
     mime-test-stream [ upload-separator parse-multipart ] with-input-stream
-    "file1" swap at filename>> "up.txt" =
+    "file1" of filename>> "up.txt" =
 ] unit-test
 
 SYMBOL: mime-test-server