tests: actors: Fix test-end in test-actors.scm.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 25 Apr 2016 14:43:14 +0000 (09:43 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 25 Apr 2016 14:43:14 +0000 (09:43 -0500)
* tests/test-actors.scm: Fix test-end, which previously pointed at test-agenda.

tests/test-actors.scm

index 9c6baee32eaf558734e0406fadc3c151ca13f754..9696bd9c13cfefd95ba899b52d856932bac7fdbd 100644 (file)
@@ -65,5 +65,5 @@
          (@@ (8sync systems actors) message-replied)
          (@@ (8sync systems actors) message-deferred-reply))))
 
          (@@ (8sync systems actors) message-replied)
          (@@ (8sync systems actors) message-deferred-reply))))
 
-(test-end "test-agenda")
+(test-end "test-actors")
 (test-exit)
 (test-exit)