forked from qt-creator/qt-creator
Tests: Fix compile of test app on macOS
Change-Id: I1a96bc57bae2aa3f1f7a1c0d6d4306cf5c36a78b Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -5301,7 +5301,9 @@ void tst_Dumpers::dumper_data()
|
||||
<< Data("#include <vector>\n"
|
||||
"#include <list>\n"
|
||||
"template<class T>\n"
|
||||
"class myallocator : public std::allocator<T> {};\n",
|
||||
"class myallocator : public std::allocator<T> {\n"
|
||||
"using std::allocator<T>::allocator;\n"
|
||||
"};\n",
|
||||
|
||||
"std::vector<double> v0, v1;\n"
|
||||
"v1.push_back(1);\n"
|
||||
|
Reference in New Issue
Block a user