explicit become also in test: probe neuron
This commit is contained in:
parent
06aa41de77
commit
b14c01f4e9
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
(defun probe (msg state syns env)
|
(defun probe (msg state syns env)
|
||||||
(let ((t:*test-suite* env))
|
(let ((t:*test-suite* env))
|
||||||
(== (actor:content msg) (pop state))
|
(== (actor:content msg) (pop state))
|
||||||
(lambda (msg) (probe msg state syns env))
|
(actor:become (lambda (msg) (probe msg state syns env)))
|
||||||
))
|
))
|
||||||
|
|
||||||
(defun test-asys ()
|
(defun test-asys ()
|
||||||
|
|
Loading…
Add table
Reference in a new issue