Test for failure of tests to see if CI works fine

This commit is contained in:
Guillaume BIENKOWSKI 2015-01-26 11:57:30 +01:00
parent 25fa1a7f58
commit 02840f0634

View file

@ -98,5 +98,14 @@
[self goBackFromChat];
}
-(void)testShouldFail {
[tester fail];
}
-(void)testShouldSegfault {
int* toto = (int*)0;
*toto = 1;
}
@end