From 33dc69387e46fc912d14c4b1409610c9635b2740 Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Sat, 24 Mar 2018 11:13:21 +0000 Subject: [PATCH] Add test for category methods replacing class methods. --- Test/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Test/CMakeLists.txt b/Test/CMakeLists.txt index 64e644c..2e7ca00 100644 --- a/Test/CMakeLists.txt +++ b/Test/CMakeLists.txt @@ -12,6 +12,7 @@ set(TESTS BlockImpTest.m BlockTest_arc.m BoxedForeignException.m + Category.m ExceptionTest.m ForeignException.m Forward.m