Commit 6c04591f authored by Lukas Cejka's avatar Lukas Cejka Committed by Tomáš Oberhuber
Browse files

Deleted an accidentally included function in the last commit

parent 407344c6
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"