aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/ecmascripttests
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2020-07-28 15:03:44 +0200
committerFabian Kosmale <fabian.kosmale@qt.io>2020-07-28 19:20:52 +0200
commit4b2eb2c5b9b93135a5d3ed2653366d25cf8c445b (patch)
treec74c359e879e6a4129ce3c28b33e175a755d746d /tests/auto/qml/ecmascripttests
parent5707573926bd7329fb468f519020b04197b245a1 (diff)
test252runner.cpp: Add override
Change-Id: I9d1bc607015f47c327f5d721e809b22a79225815 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'tests/auto/qml/ecmascripttests')
-rw-r--r--tests/auto/qml/ecmascripttests/qjstest/test262runner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/ecmascripttests/qjstest/test262runner.cpp b/tests/auto/qml/ecmascripttests/qjstest/test262runner.cpp
index 9fe2de5368..24633d9c6d 100644
--- a/tests/auto/qml/ecmascripttests/qjstest/test262runner.cpp
+++ b/tests/auto/qml/ecmascripttests/qjstest/test262runner.cpp
@@ -556,7 +556,7 @@ public:
{
command = runner->command;
}
- void run();
+ void run() override;
void runExternalTest();