test(composition_sandbox): removed config loaded since not needed
note that this will break (throw runtime errors) the sandbox if it is compiled in a build directory which has had -Dconfig_error_handling=harsh set
This commit is contained in:
@@ -9,7 +9,6 @@ int main(int argv, char* argc[]) {
|
|||||||
} else {
|
} else {
|
||||||
pathToConfigFile = "config.json";
|
pathToConfigFile = "config.json";
|
||||||
}
|
}
|
||||||
Config::getInstance().loadConfig(pathToConfigFile);
|
|
||||||
composition::Composition comp;
|
composition::Composition comp;
|
||||||
std::vector<std::string> symbols = {"H-1", "He-4"};
|
std::vector<std::string> symbols = {"H-1", "He-4"};
|
||||||
comp.registerSymbol(symbols);
|
comp.registerSymbol(symbols);
|
||||||
|
|||||||
Reference in New Issue
Block a user