From 3263f796b6e74718a191dac7c9c54dc128b5ca69 Mon Sep 17 00:00:00 2001 From: miccal Date: Sat, 20 Jun 2020 14:14:56 +0800 Subject: [PATCH] cpu_spec: add :icelake --- Library/Homebrew/test/hardware/cpu_spec.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/test/hardware/cpu_spec.rb b/Library/Homebrew/test/hardware/cpu_spec.rb index 035915d11a..343da43781 100644 --- a/Library/Homebrew/test/hardware/cpu_spec.rb +++ b/Library/Homebrew/test/hardware/cpu_spec.rb @@ -29,6 +29,7 @@ describe Hardware::CPU do :core2, :dothan, :haswell, + :icelake, :ivybridge, :kabylake, :merom,