From 0453dc88253aec7e13b4db773873e73ffdd434cd Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Wed, 16 Aug 2017 21:35:49 +0100 Subject: Order list of components in preprocessor test --- slicer/test/preprocessor.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/slicer/test/preprocessor.cpp b/slicer/test/preprocessor.cpp index cd2cd8d..b37b18b 100644 --- a/slicer/test/preprocessor.cpp +++ b/slicer/test/preprocessor.cpp @@ -12,17 +12,17 @@ namespace fs = boost::filesystem; typedef std::map ComponentsCount; ComponentsCount COMPONENTS_IN_TEST_ICE = { - { "enums.ice", 2 }, - { "structs.ice", 4 }, { "classes.ice", 4 }, - { "optionals.ice", 1 }, { "collections.ice", 6 }, + { "db.ice", 4 }, + { "enums.ice", 2 }, { "inheritance.ice", 12 }, { "interfaces.ice", 0 }, { "json.ice", 2 }, - { "xml.ice", 5 }, - { "db.ice", 4 }, - { "types.ice", 3 } + { "optionals.ice", 1 }, + { "structs.ice", 4 }, + { "types.ice", 3 }, + { "xml.ice", 5 } }; unsigned int -- cgit v1.2.3