diff options
| author | Jack Nagel | 2014-08-11 17:48:30 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-08-11 17:48:30 -0500 |
| commit | 23d90a6a187a57fbdf4eeac146993e3b37c3d4d9 (patch) | |
| tree | fabfdb879b50e8f600c78fdc8deabadcd604c536 /Library/Homebrew/test/test_build_options.rb | |
| parent | e5589b6cd6780481144b28c3dcb78ce1155e9756 (diff) | |
| download | homebrew-23d90a6a187a57fbdf4eeac146993e3b37c3d4d9.tar.bz2 | |
Deep copies of the build object are no longer needed
Diffstat (limited to 'Library/Homebrew/test/test_build_options.rb')
| -rw-r--r-- | Library/Homebrew/test/test_build_options.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Library/Homebrew/test/test_build_options.rb b/Library/Homebrew/test/test_build_options.rb index 072e7b72b..e3ed44f9d 100644 --- a/Library/Homebrew/test/test_build_options.rb +++ b/Library/Homebrew/test/test_build_options.rb @@ -31,10 +31,4 @@ class BuildOptionsTests < Homebrew::TestCase def test_unused_options assert_includes @build.unused_options, "--without-baz" end - - def test_copies_do_not_share_underlying_args - orig = BuildOptions.new [], Options.new - copy = orig.dup - refute_same orig.args, copy.args - end end |
