Skip to content

Commit

Permalink
update r827
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Apr 22, 2015
1 parent 03f270d commit b3dd422
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion include/impl/iutest_env.ipp
Original file line number Diff line number Diff line change
Expand Up @@ -459,8 +459,8 @@ IUTEST_IPP_INLINE bool TestEnv::ParseFilterOption(const char* option)

::std::string filter = fp->ReadAll();
detail::IFileSystem::Free(fp);

detail::StringReplaceToLF(filter);
filter = detail::StringRemoveComment(filter);
detail::StringReplace(filter, '\n', ":");
set_test_filter(filter.c_str());
return true;
Expand Down
2 changes: 0 additions & 2 deletions test/testdata/filter.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
# iutest_filter_file_tests testdata
*Run*
# comment
*OK*

0 comments on commit b3dd422

Please sign in to comment.