aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/clozure-cl.rb
diff options
context:
space:
mode:
authorTed Pennings2014-02-23 16:31:41 -0500
committerAdam Vandenberg2014-02-24 19:54:02 -0800
commit4806339138ba6b7e0bae22d1d6ee08ec5115cb9f (patch)
treebe71e61a41bfb70d212ebf74e25b00eade57324c /Library/Formula/clozure-cl.rb
parentfd7e7a9588b5ebb8bea33421922859cc0ca791be (diff)
downloadhomebrew-4806339138ba6b7e0bae22d1d6ee08ec5115cb9f.tar.bz2
Convert all 'def test' formulae to 'test do'
Closes #26942. Closes #26946. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/clozure-cl.rb')
-rw-r--r--Library/Formula/clozure-cl.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/clozure-cl.rb b/Library/Formula/clozure-cl.rb
index ef48b9971..a97fff8cc 100644
--- a/Library/Formula/clozure-cl.rb
+++ b/Library/Formula/clozure-cl.rb
@@ -51,7 +51,7 @@ class ClozureCl < Formula
%Q{#{ccl} -e '(progn (format t "Hello world from #{bit}-bit ClozureCL") (ccl::quit))'}
end
- def test
+ test do
system test_ccl
system test_ccl(64)
end