MCPcopy Create free account
hub / github.com/bytecodealliance/wit-bindgen / assertEqual

Function assertEqual

tests/runtime/strings/runner.go:15–19  ·  view source on GitHub ↗
(a string, b string)

Source from the content-addressed store, hash-verified

13}
14
15func assertEqual(a string, b string) {
16 if a != b {
17 panic(fmt.Sprintf("`%v` not equal to `%v`", a, b))
18 }
19}

Callers 1

RunFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected