fix calls/references to %8sync
[8sync.git] / tests / test-agenda.scm
index 781703b3ead8544e27ef8feb7dc0d7a9a122dc4a..844356d51b31b1b8d913ef39e91f40015bc8faa9 100644 (file)
   (test-equal (run-request-when run-two-squared) '(88 . 0)))
 
 
-;;; %run, %sync and friends tests
+;;; %run, %8sync and friends tests
 ;;; -----------------------------
 
 (define (test-%run-and-friends async-request expected-when)
                        (tdelta 8))
 
 ;; TODO: test %port-request
-;; TODO: test %sync and friends!
+;; TODO: test %8sync and friends!
 
 
 ;;; Agenda tests
   (speaker "Today I went to the zoo and I saw...\n")
   (speaker
    (string-concatenate
-    `("A " ,(symbol->string (%sync (%run (return-monkey)))) "!\n"))))
+    `("A " ,(symbol->string (%8sync (%run (return-monkey)))) "!\n"))))
 
 (let ((q (make-q)))
   (set! speaker (speak-it))