diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/match.resp | 3 |
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 |