aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChimrod <>2024-03-28 17:01:36 +0100
committerChimrod <>2024-03-28 17:01:36 +0100
commit371c5518fd1cd7d0369984c8198d4e6c142bd332 (patch)
tree2af43b7313e93d473269aa09eaf552c787ceb047 /test
parent246d3c93e6c628e333c047e225edd284ed156ecb (diff)
Raise the message level from Warning to Error for duplicated predicates check
Diffstat (limited to 'test')
-rw-r--r--test/dup_cases.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/dup_cases.ml b/test/dup_cases.ml
index 4ae95b1..39bea23 100644
--- a/test/dup_cases.ml
+++ b/test/dup_cases.ml
@@ -60,7 +60,7 @@ end
|}
[
{
- level = Warn;
+ level = Error;
loc = _position;
message = "This case is duplicated line(s) 5";
};
@@ -80,7 +80,7 @@ end
|}
[
{
- level = Warn;
+ level = Error;
loc = _position;
message = "This case is duplicated line(s) 6";
};