Add :sandybridge to hardware_family test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
2183372f65
commit
f1cd284f12
@ -15,7 +15,7 @@ class HardwareTests < Test::Unit::TestCase
|
||||
|
||||
def test_hardware_intel_family
|
||||
if Hardware.cpu_type == :intel
|
||||
assert [:core, :core2, :penryn, :nehalem].include?(Hardware.intel_family)
|
||||
assert [:core, :core2, :penryn, :nehalem, :sandybridge].include?(Hardware.intel_family)
|
||||
end
|
||||
end
|
||||
end
|
||||
Loading…
x
Reference in New Issue
Block a user