aboutsummaryrefslogtreecommitdiff
path: root/evaluator/macro_expansion_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'evaluator/macro_expansion_test.go')
-rw-r--r--evaluator/macro_expansion_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/evaluator/macro_expansion_test.go b/evaluator/macro_expansion_test.go
index 4a67f35..81c03ef 100644
--- a/evaluator/macro_expansion_test.go
+++ b/evaluator/macro_expansion_test.go
@@ -1,11 +1,12 @@
package evaluator
import (
+ "testing"
+
"monkey/ast"
"monkey/lexer"
"monkey/object"
"monkey/parser"
- "testing"
)
func TestDefineMacros(t *testing.T) {