summaryrefslogtreecommitdiff
path: root/src/main.ml
diff options
context:
space:
mode:
authorSon Ho2022-01-26 21:39:07 +0100
committerSon Ho2022-01-26 21:39:07 +0100
commit092a2068b2ce1f01eb729a486bd0d7e5c4c0943d (patch)
tree89b747d555518ca84d74a5b1d8ccdf5bf3a4700b /src/main.ml
parent2e2db34bddc0a57e837b22a40173401045d91d5c (diff)
Test the generation of the symbolic AST
Diffstat (limited to 'src/main.ml')
-rw-r--r--src/main.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.ml b/src/main.ml
index 17821fea..2e1e552e 100644
--- a/src/main.ml
+++ b/src/main.ml
@@ -76,5 +76,5 @@ let () =
I.Test.test_unit_functions config m;
(* Evaluate the symbolic interpreter on the functions *)
- let synthesize = false in
+ let synthesize = true in
I.Test.test_functions_symbolic config synthesize m