aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/test/test_formula.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Homebrew/test/test_formula.rb b/Library/Homebrew/test/test_formula.rb
index 42ba74eea..6c759e668 100644
--- a/Library/Homebrew/test/test_formula.rb
+++ b/Library/Homebrew/test/test_formula.rb
@@ -197,9 +197,6 @@ class FormulaTests < Test::Unit::TestCase
require 'formula'
class #{Formulary.class_s(name)} < Formula
url 'foo-1.0'
- def initialize(*args)
- super
- end
end
}
end