From 220c96892c4cb2031048a200a2f0e49a1c329eee Mon Sep 17 00:00:00 2001 From: Manfred Touron <94029+moul@users.noreply.github.com> Date: Wed, 2 Aug 2023 04:34:12 +0200 Subject: [PATCH] chore: fixup --- gnovm/pkg/gnoverse/testing.go | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 gnovm/pkg/gnoverse/testing.go diff --git a/gnovm/pkg/gnoverse/testing.go b/gnovm/pkg/gnoverse/testing.go new file mode 100644 index 00000000000..7b8d87b7d8c --- /dev/null +++ b/gnovm/pkg/gnoverse/testing.go @@ -0,0 +1,5 @@ +package gnoverse + +func NewTestingSandbox() *Sandbox { + panic("not implemented") +}