summaryrefslogtreecommitdiffhomepage
path: root/test-dfa.cpp
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-03-14 17:10:23 +0100
committerRoland Reichwein <mail@reichwein.it>2020-03-14 17:10:23 +0100
commit3a7006fcf5f8ecffd852fbba6d8ee03ce8a35dce (patch)
tree5bec440600e9de3b367d41345089e544a8fa791c /test-dfa.cpp
parent15a56fcb5f29b8507298144a835a819de652e788 (diff)
Remove dfa again
Diffstat (limited to 'test-dfa.cpp')
-rw-r--r--test-dfa.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/test-dfa.cpp b/test-dfa.cpp
deleted file mode 100644
index 07166f0..0000000
--- a/test-dfa.cpp
+++ /dev/null
@@ -1,17 +0,0 @@
-#include "debug.h"
-#include "dfa.h"
-
-#include "gmock/gmock.h"
-#include "gtest/gtest.h"
-
-class DFATest: public ::testing::Test {
-protected:
- DFATest(){
- debug = false;
- }
- ~DFATest() override {}
-};
-
-TEST_F(DFATest, BNF) {
-}
-