aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/swi-prolog.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/swi-prolog.rb')
-rw-r--r--Library/Formula/swi-prolog.rb2
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