Skip to content

Commit

Permalink
uncommented unit tests, and commented unfinished unaryOperator testss
Browse files Browse the repository at this point in the history
  • Loading branch information
august95 committed Feb 6, 2025
1 parent 7e41575 commit 06d43d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions unit_test/test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ std::string file_path = "test_files/";
#else // __GTEST__
std::string file_path = "D:/a/braze_compiler/braze_compiler/unit_test/test_files/";
#endif // __LOCAL__
/*


TEST(lexer, symbols) {

Expand Down Expand Up @@ -688,10 +688,10 @@ TEST(parser, functionWithSecondScope) {

}

*/



/*
TEST(parser, unaryOperator) {
Expand Down Expand Up @@ -723,3 +723,4 @@ TEST(parser, unaryOperator) {
}
*/

0 comments on commit 06d43d1

Please sign in to comment.