summaryrefslogtreecommitdiffstats
path: root/tests/auto/statemachine/tst_statemachine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/statemachine/tst_statemachine.cpp')
-rw-r--r--tests/auto/statemachine/tst_statemachine.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/auto/statemachine/tst_statemachine.cpp b/tests/auto/statemachine/tst_statemachine.cpp
index 1cf0518..9c757e7 100644
--- a/tests/auto/statemachine/tst_statemachine.cpp
+++ b/tests/auto/statemachine/tst_statemachine.cpp
@@ -183,8 +183,6 @@ void tst_StateMachine::connections()
});
QVERIFY(final);
-#if defined(__cpp_return_type_deduction) && __cpp_return_type_deduction == 201304
- // C++14 available, test onEntry and onExit
bool a1Entered = false;
bool a1Exited = false;
bool finalEntered = false;
@@ -219,7 +217,6 @@ void tst_StateMachine::connections()
finalExited = true;
}));
QVERIFY(finalExit);
-#endif
stateMachine->start();