summaryrefslogtreecommitdiff
path: root/test/files/neg/t7509.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-7509 Avoid crasher as erronous args flow through NamesDefaultsJason Zaugg2013-05-231-0/+12
The fix for SI-7238 caused this regression. This commit marks taints whole Apply with an ErrorType if it has an erroneous argument, so as to stop a later crash trying to further process the tree.