stack-checker: update tests
[ bi ] infer now hits the row polymorphism checker before it hits the unknown-macro-input checker because of the effect on keep. Change the test to more directly test that call fails with an unknown input.db4
parent
9894a6ade5
commit
f39f97840a
|
@ -384,7 +384,8 @@ DEFER: eee'
|
||||||
[ forget-test ] must-infer
|
[ forget-test ] must-infer
|
||||||
|
|
||||||
[ [ cond ] infer ] [ T{ unknown-macro-input f cond } = ] must-fail-with
|
[ [ cond ] infer ] [ T{ unknown-macro-input f cond } = ] must-fail-with
|
||||||
[ [ bi ] infer ] [ T{ unknown-macro-input f call } = ] must-fail-with
|
[ [ call ] infer ] [ T{ unknown-macro-input f call } = ] must-fail-with
|
||||||
|
[ [ dip ] infer ] [ T{ unknown-macro-input f call } = ] must-fail-with
|
||||||
|
|
||||||
[ [ each ] infer ] [ T{ unknown-macro-input f each } = ] must-fail-with
|
[ [ each ] infer ] [ T{ unknown-macro-input f each } = ] must-fail-with
|
||||||
[ [ if* ] infer ] [ T{ unknown-macro-input f if* } = ] must-fail-with
|
[ [ if* ] infer ] [ T{ unknown-macro-input f if* } = ] must-fail-with
|
||||||
|
|
Loading…
Reference in New Issue