From 2c0f04abaffa9571ecb0a7e8657ef4f5feca2848 Mon Sep 17 00:00:00 2001 From: Guillaume BIENKOWSKI Date: Mon, 26 Jan 2015 12:02:53 +0100 Subject: [PATCH] Revert "Test for failure of tests to see if CI works fine" This reverts commit 02840f06343da9d179b08e463531dc4a4dc3c7c5. --- KifTests/ChatTester.m | 9 --------- 1 file changed, 9 deletions(-) diff --git a/KifTests/ChatTester.m b/KifTests/ChatTester.m index 824fbd89f..66e200519 100644 --- a/KifTests/ChatTester.m +++ b/KifTests/ChatTester.m @@ -98,14 +98,5 @@ [self goBackFromChat]; } --(void)testShouldFail { - [tester fail]; -} - --(void)testShouldSegfault { - int* toto = (int*)0; - *toto = 1; -} - @end