aboutsummaryrefslogtreecommitdiff
path: root/evaluator/macro_expansion_test.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2018-03-25 03:17:55 +0200
committerDimitri Sokolyuk <demon@dim13.org>2018-03-25 03:17:55 +0200
commit129a6b820984b02989ea87935bccbd7c4f5ad34e (patch)
tree02d4e0122fc5234e496b53f47b63c977fa8132b4 /evaluator/macro_expansion_test.go
parentcbe5f2ef8e3cb1a9a0b931dc96d4873c4e913059 (diff)
format imports
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) {