From dcc62eca07aded6b3a07d9718139069ec8641401 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 31 Dec 2010 20:25:01 +0000 Subject: Update match test case to match expected output in test.sh. git-svn-id: http://svn.drobilla.net/resp/resp@397 ad02d1e2-f140-0410-9f75-f8b11f17cedd --- test/match.resp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/match.resp b/test/match.resp index 7f1c9dc..83ea505 100644 --- a/test/match.resp +++ b/test/match.resp @@ -8,7 +8,6 @@ (Circle r) (* 3.14159 r))) -;(area (Circle 2.0)) +(def s (Rectangle 3.0 4.0)) -(def s (Circle 2.0)) (area s) \ No newline at end of file -- cgit v1.2.1