diff --git a/dune/xt/common/test/common.hh b/dune/xt/common/test/common.hh index 43a105cd864a0640bd3e4de2b5e4830e9f1e0ead..02b2ccd4228d9b4973f220d3474bec1db9703832 100644 --- a/dune/xt/common/test/common.hh +++ b/dune/xt/common/test/common.hh @@ -52,14 +52,14 @@ struct Int }; typedef std::tuple<double, - float - // , Dune::bigunsignedint - , - int, - unsigned int, - unsigned long, - long long, - char> + float + // , Dune::bigunsignedint + , + int, + unsigned int, + unsigned long, + long long, + char> BasicTypes; //! where sleep only counts toward wall time, this wastes actual cpu time