Skip to content

Commit

Permalink
Remove unnecessary TestCase struct in lexer whitespace test
Browse files Browse the repository at this point in the history
  • Loading branch information
solar-mist committed Jul 6, 2023
1 parent 9c150f7 commit 9db7705
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/src/lexer/LexerTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,6 @@ TEST(Brackets, LexerTests)

TEST(Whitespaces, LexerTests)
{
struct TestCase
{
std::string identifier;
};

std::vector<std::string> testCases = {
" ",
"\n",
Expand Down

0 comments on commit 9db7705

Please sign in to comment.