Skip to content

Commit

Permalink
fix runtest error
Browse files Browse the repository at this point in the history
  • Loading branch information
rcnlee committed Dec 10, 2018
1 parent fd6060d commit 9ac64eb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/runtests.jl
Expand Up @@ -200,10 +200,9 @@ let
Core.eval(rulenode, grammar)

ex = get_executable(rulenode, grammar)
S = SymbolTable()
interpret(S, ex)
Core.eval(S, ex)
eval(ex)
S = SymbolTable(grammar, Main)
interpret(S, ex)
Core.eval(S, ex)

Random.seed!(0)
Expand Down

0 comments on commit 9ac64eb

Please sign in to comment.