Skip to content

Commit

Permalink
STYLE: Remove backslash from string literal in ResampleImageFilter test
Browse files Browse the repository at this point in the history
Small style improvement without runtime behavior change, as a follow-up to
pull request #3713
commit d0abdff
"STYLE: Remove backslash (continuation character) from string literals"
  • Loading branch information
N-Dekker authored and dzenanz committed Nov 7, 2022
1 parent e46ceaf commit 3d7fa29
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,7 @@ itkResampleImageTest2Streaming(int argc, char * argv[])
writer2->SetNumberOfStreamDivisions(8);
ITK_TRY_EXPECT_NO_EXCEPTION(writer2->Update());

std::cout << "We demanded splitting into 8 pieces for streaming, \
but faked non-linearity should disable streaming."
std::cout << "We demanded splitting into 8 pieces for streaming, but faked non-linearity should disable streaming."
<< std::endl;
if (monitor->VerifyInputFilterExecutedStreaming(8))
{
Expand Down

0 comments on commit 3d7fa29

Please sign in to comment.