Skip to content

Commit

Permalink
Remove testing line "return;"
Browse files Browse the repository at this point in the history
  • Loading branch information
gansm committed Nov 7, 2018
1 parent cd8e4f7 commit 3109189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/foptiattr-test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ void FOptiAttrTest::fakeReverseTest()
finalcut::FOptiAttr::charData* to = \
new finalcut::FOptiAttr::charData();
CPPUNIT_ASSERT ( oa.changeAttribute(from, to) == 0 );
return;

// Gray text on blue background
to->fg_color = finalcut::fc::LightGray;
to->bg_color = finalcut::fc::Blue;
Expand Down

0 comments on commit 3109189

Please sign in to comment.