diff options
Diffstat (limited to 'src')
-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 |