]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/monitors/recursive/recursive-tests.factor
namespaces: Rename ``bind`` to ``with-variables``. Update a few places that called...
[factor.git] / basis / io / monitors / recursive / recursive-tests.factor
index 7329e73a8007bfb9c14b1e4ac7f43134dae82909..947c9ce01db956cde1dfb9ed0e7a9673e54ecb51 100644 (file)
@@ -26,7 +26,7 @@ M: mock-io-backend (monitor)
     ] if ;
 
 M: mock-io-backend link-info
-    global [ link-info ] bind ;
+    global [ link-info ] with-variables ;
 
 [ ] [ 0 counter boa dummy-monitor-created set ] unit-test
 [ ] [ 0 counter boa dummy-monitor-disposed set ] unit-test