summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Source/Dafny/DafnyOptions.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Dafny/DafnyOptions.cs b/Source/Dafny/DafnyOptions.cs
index 1690455f..61024688 100644
--- a/Source/Dafny/DafnyOptions.cs
+++ b/Source/Dafny/DafnyOptions.cs
@@ -149,7 +149,7 @@ namespace Microsoft.Dafny
case "noNLarith":
DisableNLarith = true;
- this.Z3Options.Add("NL_ARITH=false");
+ this.AddZ3Option("NL_ARITH=false");
return true;
case "autoReqPrint":