Skip to content

Commit

Permalink
missed a string update
Browse files Browse the repository at this point in the history
  • Loading branch information
tanyongkiam committed Jul 2, 2020
1 parent d2e84b1 commit 0f7dd86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/lpr_checker/ramseyProgScript.sml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ val check_ramsey_sem_def = Define`
(case parse_lpr (all_lines fs (EL 1 cl)) of
SOME lpr =>
if check_lpr_unsat lpr (ramsey_lpr 4 18) then
add_stdout fs (strlit "s UNSATISFIABLE\n")
add_stdout fs (strlit "s VERIFIED UNSAT\n")
else
add_stderr fs nocheck_string
| NONE => add_stderr fs nocheck_string)
Expand Down

0 comments on commit 0f7dd86

Please sign in to comment.