aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_compiler_queue.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test/test_compiler_queue.rb')
-rw-r--r--Library/Homebrew/test/test_compiler_queue.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_compiler_queue.rb b/Library/Homebrew/test/test_compiler_queue.rb
index 6dee1ab37..9f108ce75 100644
--- a/Library/Homebrew/test/test_compiler_queue.rb
+++ b/Library/Homebrew/test/test_compiler_queue.rb
@@ -13,7 +13,7 @@ class CompilerQueueTests < Test::Unit::TestCase
end
def test_empty
- assert @q.empty?
+ assert_empty @q
end
def test_queues_items