aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlmoduleplugin/tst_qqmlmoduleplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qqmlmoduleplugin/tst_qqmlmoduleplugin.cpp')
-rw-r--r--tests/auto/qml/qqmlmoduleplugin/tst_qqmlmoduleplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/qqmlmoduleplugin/tst_qqmlmoduleplugin.cpp b/tests/auto/qml/qqmlmoduleplugin/tst_qqmlmoduleplugin.cpp
index b2f860455e..f4a7bcdb48 100644
--- a/tests/auto/qml/qqmlmoduleplugin/tst_qqmlmoduleplugin.cpp
+++ b/tests/auto/qml/qqmlmoduleplugin/tst_qqmlmoduleplugin.cpp
@@ -535,7 +535,7 @@ void tst_qqmlmoduleplugin::importStrictModule_data()
<< "import com.nokia.InvalidFirstCommandModule 1.0\n"
"MyPluginType {}"
<< QString()
- << ":1:1: module identifier directive must be the first command in a qmldir file";
+ << ":1:1: module identifier directive must be the first directive in a qmldir file";
}
QTEST_MAIN(tst_qqmlmoduleplugin)