Skip to content

Commit

Permalink
reverted test_file path changes
Browse files Browse the repository at this point in the history
  • Loading branch information
august95 committed Sep 14, 2024
1 parent 47ccb90 commit eadae80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit_test/test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include <list>
//#include "../compiler_lib/ExpressionableOperatorPrecedence.h"

std::string file_path = "../../test_files/";
std::string file_path = "test_files/";

/*
TEST(lexer, template) {
Expand Down

0 comments on commit eadae80

Please sign in to comment.