aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/sandbox/assert_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/sandbox/assert_test.go')
-rw-r--r--test/sandbox/assert_test.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/sandbox/assert_test.go b/test/sandbox/assert_test.go
new file mode 100644
index 00000000..f2b7f99f
--- /dev/null
+++ b/test/sandbox/assert_test.go
@@ -0,0 +1,3 @@
+package sandbox
+
+func ReplaceFatal(f func(format string, v ...any)) { fatalfFunc = f }