aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qmlcppcodegen')
-rw-r--r--tests/auto/qml/qmlcppcodegen/tst_qmlcppcodegen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/qmlcppcodegen/tst_qmlcppcodegen.cpp b/tests/auto/qml/qmlcppcodegen/tst_qmlcppcodegen.cpp
index e60da423e3..6b4f604d00 100644
--- a/tests/auto/qml/qmlcppcodegen/tst_qmlcppcodegen.cpp
+++ b/tests/auto/qml/qmlcppcodegen/tst_qmlcppcodegen.cpp
@@ -4237,7 +4237,7 @@ void tst_QmlCppCodegen::valueTypeBehavior()
+ u":8: TypeError: Cannot read property 'x' of undefined"_s));
o->setProperty("v", QLatin1String("not a rect"));
- // If the binding throws an exception, the value doesn't change.
+ // If the binding throws an exception, the value doesn't change.
QCOMPARE(o->property("x"), 10);
}
}