aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-08-30 23:25:46 -0500
committerJack Nagel2014-08-30 23:25:46 -0500
commitfa9b3d5bc1a5c23cb91151d1e129b29349938236 (patch)
tree9f8a5b0144fa484a9b04c296b9e6bf5e9dbb02b2 /Library
parentdb967a165814a78b3541f24b496b5b80c2512b83 (diff)
downloadhomebrew-fa9b3d5bc1a5c23cb91151d1e129b29349938236.tar.bz2
Remove unnecessary empty block
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/test/test_fails_with.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_fails_with.rb b/Library/Homebrew/test/test_fails_with.rb
index 460c0dbd7..af1eeaf19 100644
--- a/Library/Homebrew/test/test_fails_with.rb
+++ b/Library/Homebrew/test/test_fails_with.rb
@@ -35,7 +35,7 @@ class FailsWithTests < Homebrew::TestCase
end
def test_fails_with_block_without_build
- fails_with(:clang) { }
+ fails_with(:clang)
cc = build_cc(:clang, 425)
assert_fails_with cc
end