remove vermicelli.h and replace it with vermicelli.hpp

This commit is contained in:
Konstantinos Margaritis
2021-11-02 22:30:53 +02:00
parent 869d2bd53b
commit 210295a702
13 changed files with 7 additions and 210 deletions

View File

@@ -30,7 +30,6 @@
#include "config.h"
#include "gtest/gtest.h"
#include "nfa/vermicelli.h"
#include "nfa/vermicelli.hpp"
#define BOUND (~(VERM_BOUNDARY - 1))

View File

@@ -30,7 +30,6 @@
#include "config.h"
#include "gtest/gtest.h"
#include "nfa/vermicelli.h"
#include "nfa/vermicelli.hpp"
TEST(Vermicelli, ExecNoMatch1) {