Delete dummy test

This commit is contained in:
Sebastian Messmer 2014-11-19 00:15:00 +01:00
parent ba300eb7e7
commit d7cc781888
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
#include "gtest/gtest.h"
TEST(MyTest, testfunc) {
EXPECT_EQ(1,1);
}
TEST(MyTest, testfunc2) {
EXPECT_EQ(1,1);
}