diff options
| author | Jack Nagel | 2014-08-30 23:25:46 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-08-30 23:25:46 -0500 |
| commit | fa9b3d5bc1a5c23cb91151d1e129b29349938236 (patch) | |
| tree | 9f8a5b0144fa484a9b04c296b9e6bf5e9dbb02b2 /Library | |
| parent | db967a165814a78b3541f24b496b5b80c2512b83 (diff) | |
| download | homebrew-fa9b3d5bc1a5c23cb91151d1e129b29349938236.tar.bz2 | |
Remove unnecessary empty block
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/test/test_fails_with.rb | 2 |
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 |
