finished rework of suite

This commit is contained in:
Chris Punches
2017-06-23 14:03:25 -04:00
parent 33d8e6827d
commit fb87c61e86
3 changed files with 6 additions and 7 deletions

View File

@@ -23,7 +23,7 @@ class Suite: public JSON_Loader
void load_units_file( std::string filename, bool verbose );
// returns the unit identified by name
// void get_unit(Unit & result, std::string provided_name);
void get_unit(Unit & result, std::string provided_name);
};
#endif //FTESTS_UNITS_H