Commit dc793b82 authored by Lukas Cejka's avatar Lukas Cejka
Browse files

Deleted an accidentally included function in the last commit

parent 49fa4460
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -18,14 +18,6 @@ using CSR_cuda = TNL::Matrices::CSR< int, TNL::Devices::Cuda, int >;
#ifdef HAVE_GTEST 
#include <gtest/gtest.h>

template< typename Matrix >
void testGetType()
{
    Matrix<float> matrix;
    m;
    matrix.getType();
}

#endif

#include "../GtestMissingError.h"