diff options
Diffstat (limited to 'Library/Formula/erlang.rb')
| -rw-r--r-- | Library/Formula/erlang.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/erlang.rb b/Library/Formula/erlang.rb index 3b757df21..b59c278e4 100644 --- a/Library/Formula/erlang.rb +++ b/Library/Formula/erlang.rb @@ -98,7 +98,7 @@ class Erlang < Formula      EOS    end -  def test +  test do      `#{bin}/erl -noshell -eval 'crypto:start().' -s init stop`      # This test takes some time to run, but per bug #120 should finish in | 
