Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Gbury committed Sep 4, 2024
1 parent d35763c commit 149ef7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/loop/export.ml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ let polymorphic_function_in_smt2 =
Report.Error.mk ~code ~mnemonic:"export-smt2-poly"
~message:(fun fmt () -> (* TODO: find the location ? *)
Format.fprintf fmt "%a" Format.pp_print_text
"Cannot print: SSMT-LIB2 version 2.6 and earlier do not allow polymorphic \
"Cannot print: SMT-LIB2 version 2.6 and earlier do not allow polymorphic \
function declarations or definitions.")
~name:"Polymorphic function in SMT-LIB2" ()

Expand Down
4 changes: 2 additions & 2 deletions tests/print/smtlib/v2.6/poly.expected
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
(set-logic QF_UF)
Error Cannot print: SSMT-LIB2 version 2.6 and earlier do not allow
polymorphic function declarations or definitions.
Error Cannot print: SMT-LIB2 version 2.6 and earlier do not allow polymorphic
function declarations or definitions.

0 comments on commit 149ef7d

Please sign in to comment.