Skip to content
Snippets Groups Projects
Commit 6dbce99a authored by Christian Engwer's avatar Christian Engwer
Browse files

disable test with poolallocator

[[Imported from SVN: r1623]]
parent 1ed19eb7
Branches
Tags
No related merge requests found
......@@ -114,9 +114,9 @@ int main()
int ret = 0;
ret += testVector<1>();
ret += testVector<1, Dune::PoolAllocator<void,1000> >();
// ret += testVector<1, Dune::PoolAllocator<void,1000000> >();
ret += testVector<3>();
ret += testVector<3, Dune::PoolAllocator<void,1000> >();
// ret += testVector<3, Dune::PoolAllocator<void,1000000> >();
return ret;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment