summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/plugin/qlibrary
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/plugin/qlibrary')
-rw-r--r--tests/auto/corelib/plugin/qlibrary/tst_qlibrary.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/auto/corelib/plugin/qlibrary/tst_qlibrary.cpp b/tests/auto/corelib/plugin/qlibrary/tst_qlibrary.cpp
index a488aa021f..c3fe27dddf 100644
--- a/tests/auto/corelib/plugin/qlibrary/tst_qlibrary.cpp
+++ b/tests/auto/corelib/plugin/qlibrary/tst_qlibrary.cpp
@@ -568,11 +568,6 @@ void tst_QLibrary::multipleInstancesForOneLibrary()
QLibrary lib2(lib);
//lib2 should be loaded because lib1 was loaded and never unloaded
QCOMPARE(lib2.isLoaded(), true);
-
-/*
- lib1.setLoadHints(QLibrary::ResolveAllSymbolsHint);
- lib2.setLoadHints(QLibrary::ExportExternalSymbolHint);
-*/
}
QTEST_APPLESS_MAIN(tst_QLibrary)