fix a contract test

This commit is contained in:
yjqww6 2020-12-22 14:38:52 +08:00 committed by Sam Tobin-Hochstadt
parent 33fd201947
commit 153569894c

View File

@ -720,6 +720,7 @@
(struct/dc s
[a (>=/c c)]
[b (a) (>=/c a)]))
(set! mk mk) ;suppress inlining
(define one (mk 1))
(define two (mk 2))
(,test #f trust/not-stronger? one two)