aboutsummaryrefslogtreecommitdiffstats
path: root/test/match.resp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-12-31 20:25:01 +0000
committerDavid Robillard <d@drobilla.net>2010-12-31 20:25:01 +0000
commitdcc62eca07aded6b3a07d9718139069ec8641401 (patch)
tree531bf8d1d425260a4c588c41048f94c8f1cefc28 /test/match.resp
parent4132dc03beb1c636a3d4b7df81700fe02a4cf70d (diff)
downloadresp-dcc62eca07aded6b3a07d9718139069ec8641401.tar.gz
resp-dcc62eca07aded6b3a07d9718139069ec8641401.tar.bz2
resp-dcc62eca07aded6b3a07d9718139069ec8641401.zip
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
Diffstat (limited to 'test/match.resp')
-rw-r--r--test/match.resp3
1 files changed, 1 insertions, 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