diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2022-12-17 13:09:15 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2022-12-22 10:11:08 +0100 |
| commit | 71d483814b0f74e465d40e0059c0d733f0017cad (patch) | |
| tree | f797746ee6c449a77f314084663fc45a03b0f8ce /prog/heatmap_test.go | |
| parent | 4067838e6b16173af08e062ce434ecfc46d45bda (diff) | |
pkg/testutil: move iterCount from prog package
Diffstat (limited to 'prog/heatmap_test.go')
| -rw-r--r-- | prog/heatmap_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prog/heatmap_test.go b/prog/heatmap_test.go index 9c891f258..a981945ea 100644 --- a/prog/heatmap_test.go +++ b/prog/heatmap_test.go @@ -48,7 +48,7 @@ func TestGenericHeatmap(t *testing.T) { } const tries = 10 - iters := iterCount() / tries + iters := testutil.IterCount() / tries r := rand.New(testutil.RandSource(t)) for _, test := range testData { |
