
28 Sep
2011
28 Sep
'11
6:27 a.m.
Ben Robinson <icaretaker <at> gmail.com> writes:
Can you elaborate on this in greater detail? Currently, if I want to prove a static assertion fails, my admittedly cumbersome technique is to uncomment the test for that condition, compile to produce the error, then re-comment out the test. This becomes very tedious for large numbers of regression tests.
The idea is to commit failing to compile code and make test system to treat it as PASS condition. Gennadiy