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