mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
https://github.com/tetratelabs/wazero wazero is a WebAssembly Core Specification 1.0 and 2.0 compliant runtime
15 lines
519 B
Diff
15 lines
519 B
Diff
diff --git a/debug_test.go b/debug_test.go
|
|
index 1747423..26921d5 100644
|
|
--- a/internal/wasmdebug/debug_test.go
|
|
+++ b/internal/wasmdebug/debug_test.go
|
|
@@ -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.
|
|
|