fortify/test/sandbox/assert_test.go
Ophestra 558974b996
All checks were successful
Test / Create distribution (push) Successful in 28s
Test / Fortify (push) Successful in 2m27s
Test / Fpkg (push) Successful in 3m24s
Test / Data race detector (push) Successful in 3m25s
Test / Flake checks (push) Successful in 49s
test/sandbox: assert mntent json
Signed-off-by: Ophestra <cat@gensokyo.uk>
2025-02-28 15:40:58 +09:00

4 lines
87 B
Go

package sandbox
func ReplaceFatal(f func(format string, v ...any)) { fatalfFunc = f }