From 19670fc751782d063fafd43c9be03ecc92572c6b Mon Sep 17 00:00:00 2001 From: Renaud Guezennec Date: Tue, 7 Oct 2025 00:10:02 +0200 Subject: Fix error and cpp style. --- src/tests/dice/tst_dice.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/tests') diff --git a/src/tests/dice/tst_dice.cpp b/src/tests/dice/tst_dice.cpp index eb07e57..308a029 100644 --- a/src/tests/dice/tst_dice.cpp +++ b/src/tests/dice/tst_dice.cpp @@ -30,13 +30,13 @@ // node #include "booleancondition.h" #include "diceparser/parsingtoolbox.h" -#include "node/bind.h" +//#include "node/bind.h" #include "node/countexecutenode.h" #include "node/explodedicenode.h" #include "node/filternode.h" -#include "node/groupnode.h" +//#include "node/groupnode.h" #include "node/ifnode.h" -#include "node/jumpbackwardnode.h" +//#include "node/jumpbackwardnode.h" #include "node/keepdiceexecnode.h" #include "node/numbernode.h" #include "node/occurencecountnode.h" @@ -999,7 +999,7 @@ void TestDice::ifTest_data() QTest::addColumn("expectedResult"); int onEach= 0; - int onEachValue= 1; + // int onEachValue= 1; int oneOfThem= 2; int allOfThem= 3; int onScalar= 4; -- cgit v1.2.3-70-g09d2