diff options
Diffstat (limited to 'Library/Formula/treecc.rb')
| -rw-r--r-- | Library/Formula/treecc.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/treecc.rb b/Library/Formula/treecc.rb index 2babf07ca..73c6c84cc 100644 --- a/Library/Formula/treecc.rb +++ b/Library/Formula/treecc.rb @@ -11,7 +11,7 @@ class Treecc < Formula bin.install "treecc" end - def test + test do system "#{bin}/treecc", "-v" end end |
