Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2013-08-16 20:51:11 -07:00
parent 15c1c97873
commit c6226c6951

View file

@ -69,10 +69,9 @@ static void tst4() {
}
int main() {
tst4();
return 0;
tst1();
tst2();
tst3();
tst4();
return has_violations() ? 1 : 0;
}