Remove unnecessary empty block
This commit is contained in:
parent
2e2c348944
commit
eec50f0a9a
@ -35,7 +35,7 @@ class FailsWithTests < Homebrew::TestCase
|
|||||||
end
|
end
|
||||||
|
|
||||||
def test_fails_with_block_without_build
|
def test_fails_with_block_without_build
|
||||||
fails_with(:clang) { }
|
fails_with(:clang)
|
||||||
cc = build_cc(:clang, 425)
|
cc = build_cc(:clang, 425)
|
||||||
assert_fails_with cc
|
assert_fails_with cc
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user