diff options
| author | Felix Rath <felix.rath@comsys.rwth-aachen.de> | 2017-12-07 14:02:12 +0100 |
|---|---|---|
| committer | Andrea Mattavelli <andreamattavelli@users.noreply.github.com> | 2017-12-11 11:39:45 +0000 |
| commit | 3d1b037503d5d1afd2707755e480d564088cb844 (patch) | |
| tree | fadbe6421d85f799ed5e48c95c0dfb58e7aa2433 /test/Merging/unexpected_close.c | |
| parent | 0ff6dad61ec6bb3e440135ae8db2dd7b68901bac (diff) | |
| download | klee-3d1b037503d5d1afd2707755e480d564088cb844.tar.gz | |
fix merging tests: use `%klee` instead of `klee`
Fixes #800
Diffstat (limited to 'test/Merging/unexpected_close.c')
| -rw-r--r-- | test/Merging/unexpected_close.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Merging/unexpected_close.c b/test/Merging/unexpected_close.c index b4994de1..3cc7cf0f 100644 --- a/test/Merging/unexpected_close.c +++ b/test/Merging/unexpected_close.c @@ -1,6 +1,6 @@ // RUN: %llvmgcc -emit-llvm -g -c -o %t.bc %s // RUN: rm -rf %t.klee-out -// RUN: klee --output-dir=%t.klee-out --use-merge --search=nurs:covnew --max-time=2 %t.bc +// RUN: %klee --output-dir=%t.klee-out --use-merge --search=nurs:covnew --max-time=2 %t.bc // CHECK: ran into a close at // CHECK: generated tests = 2{{$}} |
