aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_compiler_failure.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test/test_compiler_failure.rb')
-rw-r--r--Library/Homebrew/test/test_compiler_failure.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_compiler_failure.rb b/Library/Homebrew/test/test_compiler_failure.rb
index da656de7f..d907c93a3 100644
--- a/Library/Homebrew/test/test_compiler_failure.rb
+++ b/Library/Homebrew/test/test_compiler_failure.rb
@@ -32,7 +32,7 @@ class CompilerFailureTests < Homebrew::TestCase
end
def test_create_with_block_without_build
- failure = create(:clang) { }
+ failure = create(:clang) {}
assert_fails_with compiler(:clang, 425), failure
end