Skip to content

Commit 4c9e03a

Browse files
author
Remi Delmas
committed
Fix KNOWNBUG typo
1 parent d0642ee commit 4c9e03a

File tree

1 file changed

+2
-2
lines changed
  • regression/contracts-dfcc/quantifiers-loops-fresh-bound-vars-smt

1 file changed

+2
-2
lines changed

Diff for: regression/contracts-dfcc/quantifiers-loops-fresh-bound-vars-smt/test.desc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
KNWONBUG dfcc-only smt-backend broken-cprover-smt-backend
1+
KNOWNBUG dfcc-only smt-backend broken-cprover-smt-backend
22
main.c
33
--dfcc main --apply-loop-contracts --enforce-contract foo --malloc-may-fail --malloc-fail-null _ --z3 --slice-formula --no-standard-checks
44
^EXIT=0$
@@ -8,7 +8,7 @@ main.c
88
^warning: ignoring
99
--
1010

11-
Marked as KNWONBUG because:
11+
Marked as KNOWNBUG because:
1212
- z3 >v4.12 and up can solve the problem with `--dfcc-simple-invalid-pointer-model`,
1313
but the CI uses older versions;
1414
- bitwuzla >v0.6 can solve the problem but we don't run bitwuzla in CI.

0 commit comments

Comments
 (0)