Skip to content

Commit 7765f0e

Browse files
added entrypoint parameter
1 parent a0d1b1b commit 7765f0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cbmc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,6 @@ mod tests {
234234
let test_path = std::path::Path::new(&cargo_dir).join("resources/test/hello-gb.goto");
235235
assert!(test_path.exists());
236236

237-
crate::cbmc::process_cbmc_file(test_path.to_str().unwrap());
237+
crate::cbmc::process_cbmc_file(test_path.to_str().unwrap(), "__CPROVER__start");
238238
}
239239
}

0 commit comments

Comments
 (0)