This commit is contained in:
@@ -8,7 +8,6 @@ TEST_CASE("Able to build and destroy empty library") {
|
||||
delete lib;
|
||||
}
|
||||
|
||||
|
||||
REGISTER_EXCEPTION_TRANSLATOR(ArbUt::Exception& ex) {
|
||||
return {(std::string(ex.what()) + "\n" + ex.GetStacktrace()).c_str()};
|
||||
}
|
||||
|
||||
@@ -2,6 +2,4 @@
|
||||
#include <doctest.h>
|
||||
#include "../../src/Library/Species/PokemonSpecies.hpp"
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user