diff options
Diffstat (limited to 'Library/Formula/clisp.rb')
| -rw-r--r-- | Library/Formula/clisp.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/clisp.rb b/Library/Formula/clisp.rb index c38e77217..a95edaf16 100644 --- a/Library/Formula/clisp.rb +++ b/Library/Formula/clisp.rb @@ -53,7 +53,7 @@ class Clisp < Formula      end    end -  def test +  test do      system "#{bin}/clisp", "--version"    end  end | 
