aboutsummaryrefslogtreecommitdiffstats
path: root/mutator-lvl0.h
diff options
context:
space:
mode:
Diffstat (limited to 'mutator-lvl0.h')
-rw-r--r--mutator-lvl0.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/mutator-lvl0.h b/mutator-lvl0.h
index 334d893..0e81ec6 100644
--- a/mutator-lvl0.h
+++ b/mutator-lvl0.h
@@ -326,6 +326,20 @@ std::multimap<std::string,std::string> MC1EquivalencyMap = {
std::multimap<std::string, std::string> MC3EquivalencyMap;
/**********************************************************************************************************************/
+class MutatorLVL0Tests
+{
+ public:
+ MutatorLVL0Tests() {}
+
+ void run(void)
+ {
+
+ }
+
+ private:
+
+};
+/**********************************************************************************************************************/
#endif
/**********************************************************************************************************************/
/*last line intentionally left blank*/