mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 19:18:06 +00:00
Test for failure of tests to see if CI works fine
This commit is contained in:
parent
25fa1a7f58
commit
02840f0634
1 changed files with 9 additions and 0 deletions
|
|
@ -98,5 +98,14 @@
|
|||
[self goBackFromChat];
|
||||
}
|
||||
|
||||
-(void)testShouldFail {
|
||||
[tester fail];
|
||||
}
|
||||
|
||||
-(void)testShouldSegfault {
|
||||
int* toto = (int*)0;
|
||||
*toto = 1;
|
||||
}
|
||||
|
||||
|
||||
@end
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue