Skip to content
Snippets Groups Projects
Commit eec50f0a authored by Jack Nagel's avatar Jack Nagel
Browse files

Remove unnecessary empty block

parent 2e2c3489
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment