diff options
Diffstat (limited to 'Library/Formula/regex-opt.rb')
| -rw-r--r-- | Library/Formula/regex-opt.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/regex-opt.rb b/Library/Formula/regex-opt.rb index 8b12a801b..84bf74a36 100644 --- a/Library/Formula/regex-opt.rb +++ b/Library/Formula/regex-opt.rb @@ -15,7 +15,7 @@ class RegexOpt < Formula      bin.install 'regex-opt'    end -  def test +  test do      system "#{bin}/regex-opt"    end  end | 
