diff options
Diffstat (limited to 'slicer/test/preprocessor.cpp')
-rw-r--r-- | slicer/test/preprocessor.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/slicer/test/preprocessor.cpp b/slicer/test/preprocessor.cpp index fbf692a..ae93937 100644 --- a/slicer/test/preprocessor.cpp +++ b/slicer/test/preprocessor.cpp @@ -12,7 +12,8 @@ namespace fs = boost::filesystem; typedef std::map<std::string, unsigned int> ComponentsCount; ComponentsCount COMPONENTS_IN_TEST_ICE = { - { "classes.ice", 4 }, + { "classtype.ice", 1 }, + { "classes.ice", 3 }, { "collections.ice", 6 }, { "enums.ice", 2 }, { "inheritance.ice", 12 }, |