fix a contract test
This commit is contained in:
parent
33fd201947
commit
153569894c
|
@ -720,6 +720,7 @@
|
||||||
(struct/dc s
|
(struct/dc s
|
||||||
[a (>=/c c)]
|
[a (>=/c c)]
|
||||||
[b (a) (>=/c a)]))
|
[b (a) (>=/c a)]))
|
||||||
|
(set! mk mk) ;suppress inlining
|
||||||
(define one (mk 1))
|
(define one (mk 1))
|
||||||
(define two (mk 2))
|
(define two (mk 2))
|
||||||
(,test #f trust/not-stronger? one two)
|
(,test #f trust/not-stronger? one two)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user