remove unused test

This commit is contained in:
scawful
2022-07-12 23:22:47 -04:00
parent 9b523fc253
commit 6e471967b7

View File

@@ -1,15 +1,6 @@
#define SDL_MAIN_HANDLED
#include <gtest/gtest.h>
namespace YazeTests {
TEST(YazeapplicationTests, TemplateTest) {
int i = 0;
ASSERT_EQ(i, 0);
}
} // namespace YazeTests
int main(int argc, char* argv[]) {
::testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();