iOSTest works with ARC

This commit is contained in:
Phil Nash
2012-03-17 18:36:00 +00:00
parent 53c990a7e1
commit 2969a0df41
5 changed files with 18 additions and 6 deletions

View File

@@ -23,5 +23,5 @@ TEST_CASE( "OCTest/TestObj", "tests TestObj" )
REQUIRE( obj.int_val == 1 );
[obj release];
arcSafeRelease( obj );
}