diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-05 17:44:57 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-05 17:44:57 +0200 |
commit | 0fc049aeaf3dab41e92ed0bd7872094d7c5c9bdc (patch) | |
tree | c96ed327f4fedaa95937b1c4dd6bf53d12aa4ecc /test/ExampleTest.cpp | |
parent | 68471e5800b81285453a26547721d264dbcf49b9 (diff) |
WIP pb-write cmd req set state
Diffstat (limited to 'test/ExampleTest.cpp')
-rw-r--r-- | test/ExampleTest.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/ExampleTest.cpp b/test/ExampleTest.cpp deleted file mode 100644 index 3da58ff..0000000 --- a/test/ExampleTest.cpp +++ /dev/null @@ -1,10 +0,0 @@ -#include <gtest/gtest.h> - -class ExampleTest : public testing::Test { -protected: -}; - -TEST_F(ExampleTest, Test) { - EXPECT_EQ(5, 5); -} - |