summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-03-20 20:41:36 +0100
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-03-20 20:41:36 +0100
commit0ead042bef8132544c9c5e21d4030ca3bbbc3c28 (patch)
tree1d089d511226a3a21a77cb92c13f0eadfa073d6c
parent14ea2e1a53b92c50566a48e7eece1198fd518c63 (diff)
parentb107451957d8c74eb70d660d8313b4bc0dcf200b (diff)
downloadqtdoc-0ead042bef8132544c9c5e21d4030ca3bbbc3c28.tar.gz
Merge remote-tracking branch 'origin/5.12' into 5.13
Change-Id: Ib1389ab0904e51ae54b3e4858e755b7807319ca2
-rw-r--r--tests/auto/qml/qqmlparser/tst_qqmlparser.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/qml/qqmlparser/tst_qqmlparser.cpp b/tests/auto/qml/qqmlparser/tst_qqmlparser.cpp
index e30481e3..3381f031 100644
--- a/tests/auto/qml/qqmlparser/tst_qqmlparser.cpp
+++ b/tests/auto/qml/qqmlparser/tst_qqmlparser.cpp
@@ -104,6 +104,11 @@ public:
{
nodeStack.removeLast();
}
+
+ void throwRecursionDepthError()
+ {
+ QFAIL("Maximum statement or expression depth exceeded");
+ }
};
}