test: Fix a small copy pasta typo

This commit is contained in:
James Shubin
2019-01-20 17:22:29 -05:00
parent a1fbe152bb
commit e3b4c0aee3

View File

@@ -699,7 +699,7 @@ func TestAstFunc1(t *testing.T) {
t.Logf("test #%d: err: %s", index, s) t.Logf("test #%d: err: %s", index, s)
t.Logf("test #%d: exp: %s", index, expstr) t.Logf("test #%d: exp: %s", index, expstr)
} }
return // fail happened during set scope, don't run unification! return // fail happened during lex parse, don't run init/interpolate!
} }
t.Logf("test #%d: AST: %+v", index, ast) t.Logf("test #%d: AST: %+v", index, ast)