From d0fce44e1b98f40970470ecbb3db26141e6f3658 Mon Sep 17 00:00:00 2001 From: Zyad Hassan Date: Fri, 20 Dec 2024 22:05:56 -0800 Subject: [PATCH] Add missing line separator --- scripts/run-kani.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run-kani.sh b/scripts/run-kani.sh index 72aa8ef176056..63df2886d0d71 100755 --- a/scripts/run-kani.sh +++ b/scripts/run-kani.sh @@ -288,7 +288,7 @@ main() { # Run verification for all harnesses (not in parallel) echo "Running Kani verify-std command..." "$kani_path" verify-std -Z unstable-options ./library \ - $unstable_args + $unstable_args \ $command_args \ --enable-unstable \ --cbmc-args --object-bits 12