Revert "Test for failure of tests to see if CI works fine"

This reverts commit 02840f0634.
This commit is contained in:
Guillaume BIENKOWSKI 2015-01-26 12:02:53 +01:00
parent 02840f0634
commit 2c0f04abaf

View file

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