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

Fixed the abstract evaluator suite.

parent 4be61ff7
Branches
Tags
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