diff options
| author | Frank Busse <bb0xfb@gmail.com> | 2018-05-17 22:42:25 +0100 |
|---|---|---|
| committer | Cristian Cadar <c.cadar@imperial.ac.uk> | 2018-05-18 13:45:02 +0100 |
| commit | 33964e5d935f903b2850f6576f93ce229fb00918 (patch) | |
| tree | c687a794761bb3931ceafb027f1bdd1951e653fb /test/Feature/Searchers.c | |
| parent | 57ad4f26c68c53f96d14cd2ae047199e8d62c677 (diff) | |
| download | klee-33964e5d935f903b2850f6576f93ce229fb00918.tar.gz | |
tests: use names in klee_make_symbolic
Diffstat (limited to 'test/Feature/Searchers.c')
| -rw-r--r-- | test/Feature/Searchers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/Searchers.c b/test/Feature/Searchers.c index 9e0bc722..a24cb7a3 100644 --- a/test/Feature/Searchers.c +++ b/test/Feature/Searchers.c @@ -54,7 +54,7 @@ int main(int argc, char **argv) { unsigned char *buf = malloc(N); int i; - klee_make_symbolic(buf, N); + klee_make_symbolic(buf, N, "buf"); if (validate(buf, N)) return buf[0]; return 0; |
