Skip to content

Commit b9fa9aa

Browse files
committed
main: fix --no-verify with --smt-dir
1 parent e7bd6c1 commit b9fa9aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -777,6 +777,7 @@ fn verify_files_main(
777777
// core VC, we can return early.
778778
if options.debug_options.no_verify
779779
&& !options.debug_options.print_smt
780+
&& options.debug_options.smt_dir.is_none()
780781
&& !options.lsp_options.explain_core_vc
781782
{
782783
return Ok(true);

0 commit comments

Comments
 (0)