git.fiddlerwoaroof.com
fiddlerwoaroof authored on 21/09/2017 20:30:22
Showing 1 changed files
... ...
@@ -50,7 +50,7 @@
50 50
   (:export ))
51 51
 (in-package :patmatch/test)
52 52
 
53
-
53
+#|
54 54
 (deftest let-pat*-handles-cons ()
55 55
     ""
56 56
   (should be eql
... ...
@@ -146,3 +146,4 @@
146 146
          (let-pat* (((test-sub2 :a a :b b) (make-instance 'test-sub2)))
147 147
            (list a b))))
148 148
 
149
+|#