Skip to content

Commit

Permalink
remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
michael.burzan committed Jan 2, 2025
1 parent fe742ba commit 0c0c065
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/VisitorTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,5 @@ class TestVisitor : public Visitor{
PURGE_MAIN

SIMPLE_TEST_CASE(SimpleCallTest) {
auto node = std::make_shared<TranslationUnitNode>(nullptr);
auto testV = std::make_shared<TestVisitor>();
node->accept(testV);
REQUIRE(testV->count == 3);
// only compile test
}

0 comments on commit 0c0c065

Please sign in to comment.