diff options
| author | bloodstalker <thabogre@gmail.com> | 2017-03-10 15:40:38 +0000 |
|---|---|---|
| committer | bloodstalker <thabogre@gmail.com> | 2017-03-10 15:40:38 +0000 |
| commit | 94a82c656ea3c4f020ec5ed563aa6ec402e4a8a6 (patch) | |
| tree | 31ce045ba4158829695ac68fcd416e9981897edd | |
| parent | fixed some of the coverity errors (diff) | |
| download | mutator-94a82c656ea3c4f020ec5ed563aa6ec402e4a8a6.tar.gz mutator-94a82c656ea3c4f020ec5ed563aa6ec402e4a8a6.zip | |
added a new test class
Diffstat (limited to '')
| -rw-r--r-- | mutator-lvl0.h | 14 |
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*/ |
