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
commiteec50f0a9a80098665b80c28f2684111480ea5be (patch)
treeb57192423b3163401a91058d7b57fef26ed9b55a /Library
parent2e2c348944bace8e7c84168f5de0485e0119c792 (diff)
downloadbrew-eec50f0a9a80098665b80c28f2684111480ea5be.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