Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lavrenov committed Jul 19, 2016
1 parent 644c0dd commit 6c42ad5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/core/test/test_mat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1392,7 +1392,7 @@ TEST(Core_SparseMat, footprint)
}


// Can't fix without duty hacks or broken user code (PR #4159)
// Can't fix without dirty hacks or broken user code (PR #4159)
TEST(Core_Mat_vector, DISABLED_OutputArray_create_getMat)
{
cv::Mat_<uchar> src_base(5, 1);
Expand Down Expand Up @@ -1420,7 +1420,7 @@ TEST(Core_Mat_vector, copyTo_roi_column)

Mat src_full(src_base);
Mat src(src_full.col(0));
#if 0 // Can't fix without duty hacks or broken user code (PR #4159)
#if 0 // Can't fix without dirty hacks or broken user code (PR #4159)
OutputArray _dst(dst1);
{
_dst.create(src.rows, src.cols, src.type());
Expand Down

0 comments on commit 6c42ad5

Please sign in to comment.