projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
915ec9b
)
Eliminate call to now-undefined simple-predicate?.
author
Chris Hanson
<org/chris-hanson/cph>
Thu, 26 Jan 2017 21:43:26 +0000
(13:43 -0800)
committer
Chris Hanson
<org/chris-hanson/cph>
Thu, 26 Jan 2017 21:43:26 +0000
(13:43 -0800)
tests/runtime/test-parametric-predicate.scm
patch
|
blob
|
history
diff --git
a/tests/runtime/test-parametric-predicate.scm
b/tests/runtime/test-parametric-predicate.scm
index aa002bc9c071e3246601c55ddaec2302b96f462f..5284d7a59df3ae3fd8d6466c050774f99eb83917 100644
(file)
--- a/
tests/runtime/test-parametric-predicate.scm
+++ b/
tests/runtime/test-parametric-predicate.scm
@@
-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)