From d8631f2e3df5dd3de488feaaa3246ac5ca9a42f0 Mon Sep 17 00:00:00 2001 From: enami tsugutomo Date: Fri, 24 Apr 2015 15:27:38 +0900 Subject: hardware: correctly detect early 2015 MacBook Pro. Closes #38996. Signed-off-by: Mike McQuaid --- Library/Homebrew/test/test_hardware.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew/test') diff --git a/Library/Homebrew/test/test_hardware.rb b/Library/Homebrew/test/test_hardware.rb index 9f77349d1..95313583d 100644 --- a/Library/Homebrew/test/test_hardware.rb +++ b/Library/Homebrew/test/test_hardware.rb @@ -7,7 +7,7 @@ class HardwareTests < Homebrew::TestCase end def test_hardware_intel_family - families = [:core, :core2, :penryn, :nehalem, :arrandale, :sandybridge, :ivybridge, :haswell] + families = [:core, :core2, :penryn, :nehalem, :arrandale, :sandybridge, :ivybridge, :haswell, :broadwell] assert_includes families, Hardware::CPU.family end if Hardware::CPU.intel? end -- cgit v1.2.3