diff options
author | Son Ho | 2022-01-26 21:39:07 +0100 |
---|---|---|
committer | Son Ho | 2022-01-26 21:39:07 +0100 |
commit | 092a2068b2ce1f01eb729a486bd0d7e5c4c0943d (patch) | |
tree | 89b747d555518ca84d74a5b1d8ccdf5bf3a4700b | |
parent | 2e2db34bddc0a57e837b22a40173401045d91d5c (diff) |
Test the generation of the symbolic AST
-rw-r--r-- | src/main.ml | 2 |
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 |