From 4c9fd6c10277084e471b7c3d9902cefa483448c8 Mon Sep 17 00:00:00 2001 From: Alexander Egorenkov Date: Wed, 12 Jun 2024 09:40:07 +0200 Subject: pkg/runtest: fix input data for 32-bit empty coverage test case Signed-off-by: Alexander Egorenkov --- pkg/runtest/run_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/runtest') diff --git a/pkg/runtest/run_test.go b/pkg/runtest/run_test.go index e69ea3e2d..f04ad4b0f 100644 --- a/pkg/runtest/run_test.go +++ b/pkg/runtest/run_test.go @@ -164,7 +164,7 @@ func testCover(t *testing.T, target *prog.Target) { }, { Is64Bit: 0, - Input: makeCover64(), + Input: makeCover32(), Flags: flatrpc.ExecFlagCollectSignal | flatrpc.ExecFlagCollectCover, }, // Single 64-bit PC. -- cgit mrf-deployment