aboutsummaryrefslogtreecommitdiff
path: root/test-suite/success/extraction_polyprop.v
AgeCommit message (Collapse)Author
2015-05-12Extraction: fix the detection of the "polyprop" situationPierre Letouzey
The ~polyprop argument wasn't propagated properly anymore, leading the extraction to try to operate on situations it cannot handle (yet). Cf Table.error_singleton_become_prop for more details. Regression test added.