From c98b77fd3e4eb25142438255d151f52ceefd5146 Mon Sep 17 00:00:00 2001 From: Cheng XU Date: Fri, 18 Oct 2019 15:33:28 +0800 Subject: [PATCH] cpu_spec: fix for ARM --- 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 0a6f2101cc..035915d11a 100644 --- a/Library/Homebrew/test/hardware/cpu_spec.rb +++ b/Library/Homebrew/test/hardware/cpu_spec.rb @@ -21,6 +21,7 @@ describe Hardware::CPU do describe "::family" do let(:cpu_families) { [ + :arm, :arrandale, :atom, :broadwell,