diff --git a/compiler/natives/src/net/netip/fuzz_test.go b/compiler/natives/src/net/netip/fuzz_test.go new file mode 100644 index 000000000..574201d2d --- /dev/null +++ b/compiler/natives/src/net/netip/fuzz_test.go @@ -0,0 +1,10 @@ +//go:build js + +package netip_test + +import "testing" + +func checkStringParseRoundTrip(t *testing.T, x interface{}, parse interface{}) { + // TODO(nevkontakte): This function requires generics to function. + // Re-enable after https://github.com/gopherjs/gopherjs/issues/1013 is resolved. +}