From aed54ce9667203b67ab0a8fa0241ab1f49104a62 Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Wed, 18 Apr 2012 15:43:42 -0500 Subject: [PATCH] Hardware test: add :arrandale For some reason :arrandale was missing from the list of hardware in the Intel family in the hardware test. --- Library/Homebrew/test/test_hardware.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Homebrew/test/test_hardware.rb b/Library/Homebrew/test/test_hardware.rb index fc3b1df356..e7e047eaa9 100644 --- a/Library/Homebrew/test/test_hardware.rb +++ b/Library/Homebrew/test/test_hardware.rb @@ -15,7 +15,7 @@ class HardwareTests < Test::Unit::TestCase def test_hardware_intel_family if Hardware.cpu_type == :intel - assert [:core, :core2, :penryn, :nehalem, :sandybridge].include?(Hardware.intel_family) + assert [:core, :core2, :penryn, :nehalem, :arrandale, :sandybridge].include?(Hardware.intel_family) end end -end \ No newline at end of file +end