mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-02 13:25:41 +02:00
iOSTest works with ARC
This commit is contained in:
@@ -23,5 +23,5 @@ TEST_CASE( "OCTest/TestObj", "tests TestObj" )
|
||||
|
||||
REQUIRE( obj.int_val == 1 );
|
||||
|
||||
[obj release];
|
||||
arcSafeRelease( obj );
|
||||
}
|
||||
|
Reference in New Issue
Block a user