diff --git a/stress_test.go b/stress_test.go index 3dc7852..da9969b 100644 --- a/stress_test.go +++ b/stress_test.go @@ -37,7 +37,7 @@ const ( var _stressTests = map[string]func() func(){ "i32/std": stressStdInt32, "i32": stressInt32, - "i64/std": stressStdInt32, + "i64/std": stressStdInt64, "i64": stressInt64, "u32/std": stressStdUint32, "u32": stressUint32,