From 0c0c06566439e9766f3d91ff5120f11ab988ad30 Mon Sep 17 00:00:00 2001 From: "michael.burzan" Date: Thu, 2 Jan 2025 16:03:58 +0100 Subject: [PATCH] remove test --- tests/VisitorTest.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/VisitorTest.cpp b/tests/VisitorTest.cpp index 192b99d..d47b987 100644 --- a/tests/VisitorTest.cpp +++ b/tests/VisitorTest.cpp @@ -35,8 +35,5 @@ class TestVisitor : public Visitor{ PURGE_MAIN SIMPLE_TEST_CASE(SimpleCallTest) { - auto node = std::make_shared(nullptr); - auto testV = std::make_shared(); - node->accept(testV); - REQUIRE(testV->count == 3); + // only compile test }