aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/testutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testutil.h b/tests/testutil.h
index 4ccf9a80c..6c51e99b6 100644
--- a/tests/testutil.h
+++ b/tests/testutil.h
@@ -37,7 +37,7 @@ public:
QBuffer buffer;
// parse typesystem
buffer.setData(xmlCode);
- TypeDatabase::instance()->parseFile(&buffer);
+ TypeDatabase::instance(true)->parseFile(&buffer);
buffer.close();
// parse C++ code
buffer.setData(cppCode);