Skip to content

Commit f9868aa

Browse files
committed
Fix additional test case
1 parent ab4867b commit f9868aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rules/rand_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ func TestRandOk(t *testing.T) {
2727

2828
issues := gasTestRunner(
2929
`
30-
package samples
30+
package main
3131
3232
import "crypto/rand"
3333
@@ -46,7 +46,7 @@ func TestRandBad(t *testing.T) {
4646

4747
issues := gasTestRunner(
4848
`
49-
package samples
49+
package main
5050
5151
import "math/rand"
5252
@@ -66,7 +66,7 @@ func TestRandRenamed(t *testing.T) {
6666

6767
issues := gasTestRunner(
6868
`
69-
package samples
69+
package main
7070
7171
import (
7272
"crypto/rand"

0 commit comments

Comments
 (0)