diff --git a/tests/src/main.cpp b/tests/src/main.cpp
index cdf351b..8d79721 100755
--- a/tests/src/main.cpp
+++ b/tests/src/main.cpp
@@ -97,6 +97,8 @@ int main(int argc, const char** argv)
blt::tests::nbtRead();
}
+ return 0;
+
//runProfilingAndTableTests();
diff --git a/tests/src/utility_test.cpp b/tests/src/utility_test.cpp
index 9ba549b..f7cafa4 100644
--- a/tests/src/utility_test.cpp
+++ b/tests/src/utility_test.cpp
@@ -16,8 +16,13 @@
* along with this program. If not, see .
*/
#include
+#include
#include
#include
+#include
+#include
+#include
+
std::optional get()
{
@@ -26,7 +31,7 @@ std::optional get()
void blt::test::utility::run()
{
- std::vector temp;
+ //std::vector temp;
std::optional hi(10);
if (auto test = get())
{