From adae06769c56162e3d390c755852880254b46741 Mon Sep 17 00:00:00 2001 From: Alexander Potapenko Date: Wed, 25 Sep 2024 12:38:23 +0200 Subject: Revert "pkg/csource: list the newly added SYZ_KVM_ constants in TestExecutorMacros" This reverts commit 1763a1862f3468b4b1a5cedef9d61ddd8d0e58e8. --- pkg/csource/csource_test.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'pkg/csource') diff --git a/pkg/csource/csource_test.go b/pkg/csource/csource_test.go index ec7a6bf78..c97757d01 100644 --- a/pkg/csource/csource_test.go +++ b/pkg/csource/csource_test.go @@ -164,9 +164,6 @@ func TestExecutorMacros(t *testing.T) { expected["SYZ_HAVE_RESET_LOOP"] = true expected["SYZ_HAVE_SETUP_TEST"] = true expected["SYZ_TEST_COMMON_EXT_EXAMPLE"] = true - expected["SYZ_KVM_MAX_VCPU"] = true - expected["SYZ_KVM_PAGE_SIZE"] = true - expected["SYZ_KVM_GUEST_MEM_SIZE"] = true macros := regexp.MustCompile("SYZ_[A-Za-z0-9_]+").FindAllString(string(executor.CommonHeader), -1) for _, macro := range macros { if strings.HasPrefix(macro, "SYZ_HAVE_") { -- cgit mrf-deployment