summaryrefslogtreecommitdiffhomepage
path: root/test-minicc.cpp
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-10-24 16:32:18 +0200
committerRoland Reichwein <mail@reichwein.it>2020-10-24 16:32:18 +0200
commit1011655d2ef76a0c0aa29dbbff091dab139198e3 (patch)
tree63763828f259846f56285691805c187583ecb6bb /test-minicc.cpp
parent1349c00b782eca3ea841bfa388301cb6fc908cc7 (diff)
Add FlowGraph
Diffstat (limited to 'test-minicc.cpp')
-rw-r--r--test-minicc.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/test-minicc.cpp b/test-minicc.cpp
deleted file mode 100644
index baf8b3f..0000000
--- a/test-minicc.cpp
+++ /dev/null
@@ -1,8 +0,0 @@
-#include "gmock/gmock.h"
-#include "gtest/gtest.h"
-
-int main(int argc, char* argv[]) {
- ::testing::InitGoogleMock(&argc, argv);
- return RUN_ALL_TESTS();
-}
-