Fix TestErrorBuilderGoRuntimeError (#2142)
This commit is contained in:
@@ -144,7 +144,7 @@ wasm stack trace:
|
||||
x.y()`)
|
||||
require.Contains(t, errStr, "Go runtime stack trace:")
|
||||
require.Contains(t, errStr, "goroutine ")
|
||||
require.Contains(t, errStr, "wazero/internal/wasmdebug/debug_test.go")
|
||||
require.Contains(t, errStr, "/internal/wasmdebug/debug_test.go")
|
||||
}
|
||||
|
||||
// compile-time check to ensure testRuntimeErr implements runtime.Error.
|
||||
|
||||
Reference in New Issue
Block a user