Skip to content
Snippets Groups Projects
Commit 1e107881 authored by pln's avatar pln
Browse files

bugfix

parent 3b88a2a1
No related branches found
No related tags found
No related merge requests found
......@@ -116,7 +116,7 @@ int main()
klee_make_symbolic(&state, sizeof(state), "state");
klee_assume((-10 < state) && (state < 10));
//klee_assume((-10 < state) && (state < 10));
switch (job)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment