summaryrefslogtreecommitdiff
path: root/internal/repl/repl_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/repl/repl_test.go')
-rw-r--r--internal/repl/repl_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/repl/repl_test.go b/internal/repl/repl_test.go
index 613bc36..3abb664 100644
--- a/internal/repl/repl_test.go
+++ b/internal/repl/repl_test.go
@@ -7,7 +7,7 @@ import (
"strings"
"testing"
- "codeberg.org/snonux/perc/internal/rpn"
+ "codeberg.org/snonux/gt/internal/rpn"
"github.com/c-bata/go-prompt"
)