aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/cppcheck.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/cppcheck.rb')
-rw-r--r--Library/Formula/cppcheck.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/cppcheck.rb b/Library/Formula/cppcheck.rb
index a42e68835..075e115a2 100644
--- a/Library/Formula/cppcheck.rb
+++ b/Library/Formula/cppcheck.rb
@@ -40,7 +40,7 @@ class Cppcheck < Formula
end
end
- def test
+ test do
system "#{bin}/cppcheck", "--version"
end
end