aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_build_options.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test/test_build_options.rb')
-rw-r--r--Library/Homebrew/test/test_build_options.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/test/test_build_options.rb b/Library/Homebrew/test/test_build_options.rb
index 6508e3112..dab418792 100644
--- a/Library/Homebrew/test/test_build_options.rb
+++ b/Library/Homebrew/test/test_build_options.rb
@@ -20,6 +20,7 @@ class BuildOptionsTests < Homebrew::TestCase
assert @build.with?("bar")
assert @build.with?("baz")
assert @build.without?("qux")
+ assert @build.without?("xyz")
end
def test_used_options