Skip to content
Snippets Groups Projects
Commit aa5be2dd authored by Ruben Asplund's avatar Ruben Asplund
Browse files

get_sign.c DONE

parent 733cda47
Branches
No related tags found
No related merge requests found
...@@ -205,6 +205,7 @@ int main() ...@@ -205,6 +205,7 @@ int main()
// `klee_make_symbolic(&a, sizeof(a), "a");` // `klee_make_symbolic(&a, sizeof(a), "a");`
// works when you replay test cases: // works when you replay test cases:
// //
// [When test cases is replayed] // [The variable a is created with the constraints from the beginning.
// The variable a is then changed to satisfy a path.]
// (hint, KTEST_FILE points to a concrete assignment // (hint, KTEST_FILE points to a concrete assignment
// of the memory region) // of the memory region)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment