diff options
Diffstat (limited to 'lib/flags.ml')
| -rw-r--r-- | lib/flags.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/flags.ml b/lib/flags.ml index df00eba7ba..40b7a29d26 100644 --- a/lib/flags.ml +++ b/lib/flags.ml @@ -122,7 +122,7 @@ let version_strictly_greater v = match !compat_version, v with | _ , V8_4 -> false | V8_4 , _ -> true | _ , V8_3 -> false -| v8_3 , _ -> true +| V8_3 , _ -> true | V8_2 , V8_2 -> false |
