Eliminate call to now-undefined simple-predicate?.
authorChris Hanson <org/chris-hanson/cph>
Thu, 26 Jan 2017 21:43:26 +0000 (13:43 -0800)
committerChris Hanson <org/chris-hanson/cph>
Thu, 26 Jan 2017 21:43:26 +0000 (13:43 -0800)
tests/runtime/test-parametric-predicate.scm

index aa002bc9c071e3246601c55ddaec2302b96f462f..5284d7a59df3ae3fd8d6466c050774f99eb83917 100644 (file)
@@ -224,7 +224,6 @@ USA.
     (assert-equal (tag-name tag) name)))
 
 (define (test-parametric-predicate-operations predicate template parameters)
-  (assert-false (simple-predicate? predicate))
   (assert-false (compound-predicate? predicate))
   (assert-true (parametric-predicate? predicate))
   (assert-eqv (parametric-predicate-template predicate) template)