Remove unnecessary empty block

This commit is contained in:
Jack Nagel 2014-08-30 23:25:46 -05:00
parent 2e2c348944
commit eec50f0a9a

View File

@ -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