Skip to content

Commit

Permalink
rand: make function comment match function name
Browse files Browse the repository at this point in the history
Change-Id: Idfa75f2dcf2723be396dabd8241c4f1df762e9c2
Reviewed-on: https://go-review.googlesource.com/c/exp/+/639557
Reviewed-by: Ian Lance Taylor <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
Auto-Submit: Ian Lance Taylor <[email protected]>
Reviewed-by: Dmitri Shuralyov <[email protected]>
  • Loading branch information
cuishuang authored and gopherbot committed Jan 3, 2025
1 parent b2144cd commit dd03c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rand/regress_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (

var printgolden = flag.Bool("printgolden", false, "print golden results for regression test")

// TestSource verifies that the output of the default Source is locked down.
// TestSourceRegress verifies that the output of the default Source is locked down.
func TestSourceRegress(t *testing.T) {
src := NewSource(1)
var got [20]uint64
Expand Down

0 comments on commit dd03c70

Please sign in to comment.