Skip to content

Fix registrytest by properly including config.h

Simon Praetorius requested to merge issue/registrytest into master

Summary

In the registrytest the config.h file was not included. This changed the behavior of className(). Due to a recent cleanup in dune-common this now leads to errors. This MR fixes the broken registrytest by including the config.h file and explicitly deactivating the class-name demangle to allow an easy comparison of type names.

Merge request reports