Skip to content

Commit c735454

Browse files
committed
Fix math/rand tests
1 parent 1d14179 commit c735454

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

compiler/natives/fs_vfsdata.go

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

compiler/natives/src/math/rand/rand_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//go:build js
22
// +build js
33

4-
package rand
4+
package rand_test
55

66
import "testing"
77

0 commit comments

Comments
 (0)