fix compile errors

This commit is contained in:
IlyaShurupov 2024-02-08 19:16:56 +03:00 committed by Ilusha
parent 1d9ef2aa6c
commit 63b0560375
27 changed files with 19 additions and 21 deletions

View file

@ -1,9 +0,0 @@
#include "Parser.hpp"
#include "Testing.hpp"
using namespace tp;
TEST_DEF(CLR) {
// TEST(false);
}