X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=actors.git;a=blobdiff_plain;f=testing_counter.scm;h=4ac1b79a3075f732c589b09b664c2cc97b404324;hp=0b2587685207168c27ba2362e08ac86e27f496ff;hb=dbbcc6458c25b95e2813c2efa5f1e4c10dd78f65;hpb=f24d784945aa108bc579ce5bd777dc17361bcb6f diff --git a/testing_counter.scm b/testing_counter.scm index 0b25876..4ac1b79 100644 --- a/testing_counter.scm +++ b/testing_counter.scm @@ -1,6 +1,6 @@ (import actors) -(define trace-enabled #t) +(enable-trace) (define ((make-counter-behaviour value) self customer . args) (match args