# File test/bin/test_grep.rb, line 44
  def test_main_0101
    @obj.main([])
    assert_match(%r(Usage), @string_io.string)
  end