summaryrefslogtreecommitdiff
path: root/Source/UnitTests/CoreTests/ExprTypeChecking.cs
Commit message (Collapse)AuthorAge
* Add unit test to catch another bug in Boogie where FunctionCall ShallowTypeGravatar Dan Liew2014-11-25
| | | | | | is not correctly set. This is related to the bug fixed in cea703affa29. That commit fixed the ShallowType when it was set using the constructor that takes a Function but the parser uses the other constructor which has the same bug.
* Added a unit test to catch a bug in Boogie where a NAryExpr.ShallowTypeGravatar Dan Liew2014-11-25
fails when the Function is a FunctionCall