diff options
Diffstat (limited to 'Library/Formula/swi-prolog.rb')
| -rw-r--r-- | Library/Formula/swi-prolog.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/swi-prolog.rb b/Library/Formula/swi-prolog.rb index 0000af000..90829df26 100644 --- a/Library/Formula/swi-prolog.rb +++ b/Library/Formula/swi-prolog.rb @@ -65,7 +65,7 @@ class SwiProlog < Formula      bin.write_exec_script Dir["#{libexec}/bin/*"]    end -  def test +  test do      system "#{bin}/swipl", "--version"    end  end | 
