summaryrefslogtreecommitdiffstats
path: root/tests/modules/common/qtmir_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/modules/common/qtmir_test.cpp')
-rw-r--r--tests/modules/common/qtmir_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/modules/common/qtmir_test.cpp b/tests/modules/common/qtmir_test.cpp
index 35c9674..606d5bf 100644
--- a/tests/modules/common/qtmir_test.cpp
+++ b/tests/modules/common/qtmir_test.cpp
@@ -38,8 +38,8 @@ void PrintTo(const Application::InternalState& state, ::std::ostream* os) {
case Application::InternalState::Suspended:
*os << "Suspended";
break;
- case Application::InternalState::StoppedUnexpectedly:
- *os << "StoppedUnexpectedly";
+ case Application::InternalState::StoppedResumable:
+ *os << "StoppedResumable";
break;
case Application::InternalState::Stopped:
*os << "Stopped";