From 9b500027ce5ccca4ae1b67c0e3a7ff595a0e54b6 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Mon, 25 Apr 2016 09:43:14 -0500 Subject: [PATCH] tests: actors: Fix test-end in test-actors.scm. * tests/test-actors.scm: Fix test-end, which previously pointed at test-agenda. --- tests/test-actors.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-actors.scm b/tests/test-actors.scm index 9c6baee..9696bd9 100644 --- a/tests/test-actors.scm +++ b/tests/test-actors.scm @@ -65,5 +65,5 @@ (@@ (8sync systems actors) message-replied) (@@ (8sync systems actors) message-deferred-reply)))) -(test-end "test-agenda") +(test-end "test-actors") (test-exit) -- 2.31.1