diff options
| author | Alexander Egorenkov <eaibmz@gmail.com> | 2024-06-12 09:40:07 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2024-06-12 09:29:39 +0000 |
| commit | 4c9fd6c10277084e471b7c3d9902cefa483448c8 (patch) | |
| tree | 1c4ebf9f204f11d9688f4fe0f1d9303bf78cfd66 | |
| parent | b0eebb71a5125bd279f22818f371012829fae211 (diff) | |
pkg/runtest: fix input data for 32-bit empty coverage test case
Signed-off-by: Alexander Egorenkov <eaibmz@gmail.com>
| -rw-r--r-- | pkg/runtest/run_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
