Skip to content
Snippets Groups Projects
Commit 9f462cc5 authored by Per Lindgren's avatar Per Lindgren
Browse files

fiexed macro in readme

parent de8fd90e
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ Example usage:
``` Rust
...
let mut a = 0;
klee_make_symbolic(&mut a, "a");
klee_make_symbolic!(&mut a, "a");
```
## KLEE test case generation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment