From eec50f0a9a80098665b80c28f2684111480ea5be Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 30 Aug 2014 23:25:46 -0500 Subject: [PATCH] Remove unnecessary empty block --- Library/Homebrew/test/test_fails_with.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/test/test_fails_with.rb b/Library/Homebrew/test/test_fails_with.rb index 460c0dbd7a..af1eeaf19a 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