Skip to content

Commit

Permalink
try to trigger coverage gap by constructing dummy spacing type
Browse files Browse the repository at this point in the history
  • Loading branch information
rrsettgast committed Jan 3, 2024
1 parent f63f2f6 commit 581fa08
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/functions/unitTests/testSpacing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ using namespace shiva;
template struct shiva::EqualSpacing<float, 6>;




template< typename ... T >
struct ReferenceSolution;

Expand Down Expand Up @@ -221,6 +223,8 @@ TEST( testSpacing, testGaussLobattoSpacingCT )

int main( int argc, char * * argv )
{
shiva::EqualSpacing<float, 6> junk;
std::cout<<junk.coordinate(0)<<std::endl;

::testing::InitGoogleTest( &argc, argv );
int const result = RUN_ALL_TESTS();
Expand Down

0 comments on commit 581fa08

Please sign in to comment.