From 40621f72885ba3db324004ec5d614c0699709985 Mon Sep 17 00:00:00 2001 From: Jono Spiro Date: Thu, 5 Aug 2004 15:42:27 +0000 Subject: [PATCH] fixed break svn: r145 --- collects/mztake/mztake.ss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/collects/mztake/mztake.ss b/collects/mztake/mztake.ss index 5ddc4f0a2f..6a14a513ee 100644 --- a/collects/mztake/mztake.ss +++ b/collects/mztake/mztake.ss @@ -253,7 +253,10 @@ TESTING/CAPABILITIES------------------------------------------------------------ [(client line col type args) (case type ['bind (trace/bind client line col args)] - ['break (trace/break client line col)])])) + ['break (trace/break client line col)])] + + [(client line col type) + (create-trace client line col type null)])) ; takes a single trace, looks up what it needs to do, and returns an frp-event to publish