aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_fails_with.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test/test_fails_with.rb')
-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