aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/tst_qqmllanguage.cpp
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2019-10-18 15:58:04 +0200
committerFabian Kosmale <fabian.kosmale@qt.io>2019-10-18 16:15:58 +0200
commit9a59596ac02999ee068023d1d8cc779539eee491 (patch)
tree6ba4b3b9e160fe63bc6db5581d622708db3ec656 /tests/auto/qml/qqmllanguage/tst_qqmllanguage.cpp
parent164a890573dacf619f2b4c48714fae49f0ab9711 (diff)
tst_qqmllanguge: remove obsolete comment about test failing
Change-Id: I703281da357724915b565cca6cda51b4bb44d500 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tests/auto/qml/qqmllanguage/tst_qqmllanguage.cpp')
-rw-r--r--tests/auto/qml/qqmllanguage/tst_qqmllanguage.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/qml/qqmllanguage/tst_qqmllanguage.cpp b/tests/auto/qml/qqmllanguage/tst_qqmllanguage.cpp
index 17dfa3d8a1..4e6ed63d06 100644
--- a/tests/auto/qml/qqmllanguage/tst_qqmllanguage.cpp
+++ b/tests/auto/qml/qqmllanguage/tst_qqmllanguage.cpp
@@ -1955,7 +1955,6 @@ void tst_qqmllanguage::aliasProperties()
// "Nested" aliases within an object that require iterative resolution
{
- // This is known to fail at the moment.
QQmlComponent component(&engine, testFileUrl("alias.14.qml"));
VERIFY_ERRORS(0);