aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/tst_blackbox.h
diff options
context:
space:
mode:
authorIvan Komissarov <abbapoh@gmail.com>2020-02-26 21:52:43 +0100
committerIvan Komissarov <ABBAPOH@gmail.com>2020-02-27 12:12:11 +0000
commitb8d463545037f031f7038eb8c34c92b14bfdade9 (patch)
tree60e4a001165f82c37892f1e11b2fd06d0393e410 /tests/auto/blackbox/tst_blackbox.h
parent63d10ed08d65d0259c0781af1dd3c964d75a8a85 (diff)
Fix the error when the last module candidate is not a module
Previously, if the last module candidate was not a module item, the value of triedToLoadModule was set to 'false'. However, we could try to load the one of the previous candidates which means that triedToLoadModule should be set to 'true' Change-Id: I03278d51804568ebbd4dee93313c16517fd774e9 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'tests/auto/blackbox/tst_blackbox.h')
-rw-r--r--tests/auto/blackbox/tst_blackbox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/blackbox/tst_blackbox.h b/tests/auto/blackbox/tst_blackbox.h
index d70c03c8f..54fa9c90e 100644
--- a/tests/auto/blackbox/tst_blackbox.h
+++ b/tests/auto/blackbox/tst_blackbox.h
@@ -166,6 +166,7 @@ private slots:
void jsExtensionsTemporaryDir();
void jsExtensionsTextFile();
void jsExtensionsBinaryFile();
+ void lastModuleCandidateBroken();
void ld();
void linkerMode();
void linkerVariant_data();