Skip to content
Snippets Groups Projects
Commit afe9ddcb authored by Mikaël Mayer's avatar Mikaël Mayer Committed by Ravi
Browse files

Fixed the abstract evaluator suite.

parent df9e5f57
No related branches found
No related tags found
No related merge requests found
......@@ -73,6 +73,7 @@ object AbstractTests {
val NodeType = classType("AbstractTests.Node", Seq()).asInstanceOf[CaseClassType]
val ae = new AbstractEvaluator(fix._1, fix._2)
ae.evaluateCaseClassSelector = false
val input = Node(Leaf, IntLiteral(5), Leaf)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment