diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-06-03 02:55:55 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-06-03 02:55:55 +0000 |
commit | bcfc431c7133fb93f93c1768fd900f049e365323 (patch) | |
tree | 342f062b62eb009ce806bc2de1678e63516ff915 /test/Runtime/POSIX/SeedAndFail.c | |
parent | 4aea9d3d47e7e47630704fdf6628221fa45f6151 (diff) | |
download | klee-bcfc431c7133fb93f93c1768fd900f049e365323.tar.gz |
Update a few things that got forgotten in the great "bout" to "ktest"
renaming of '08. git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@72748 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Runtime/POSIX/SeedAndFail.c')
-rw-r--r-- | test/Runtime/POSIX/SeedAndFail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Runtime/POSIX/SeedAndFail.c b/test/Runtime/POSIX/SeedAndFail.c index 64cf79bd..4d81e2d7 100644 --- a/test/Runtime/POSIX/SeedAndFail.c +++ b/test/Runtime/POSIX/SeedAndFail.c @@ -1,7 +1,7 @@ // RUN: %llvmgcc %s -emit-llvm -g -O0 -c -o %t.bc // RUN: rm -rf tmp-123 // RUN: %klee --libc=klee --output-dir=tmp-123 --posix-runtime --init-env %t.bc --sym-files 1 10 2>%t.log -// RUN: klee --seed-out-dir=tmp-123 --zero-seed-extension --libc=uclibc --posix-runtime --init-env %t.bc --sym-files 1 10 --max-fail 1 +// RUN: %klee --seed-out-dir=tmp-123 --zero-seed-extension --libc=uclibc --posix-runtime --init-env %t.bc --sym-files 1 10 --max-fail 1 // RUN: ls klee-last | grep -c assert | grep 4 |