aboutsummaryrefslogtreecommitdiff
path: root/ast/ast_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'ast/ast_test.go')
-rw-r--r--ast/ast_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/ast/ast_test.go b/ast/ast_test.go
index 14a49dc..2a3cf98 100644
--- a/ast/ast_test.go
+++ b/ast/ast_test.go
@@ -1,8 +1,9 @@
package ast
import (
- "monkey/token"
"testing"
+
+ "monkey/token"
)
func TestString(t *testing.T) {