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/PrgName.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/PrgName.c')
-rw-r--r-- | test/Runtime/POSIX/PrgName.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Runtime/POSIX/PrgName.c b/test/Runtime/POSIX/PrgName.c index 19a56889..5bed4335 100644 --- a/test/Runtime/POSIX/PrgName.c +++ b/test/Runtime/POSIX/PrgName.c @@ -1,7 +1,7 @@ // RUN: %llvmgcc %s -emit-llvm -O0 -c -o %t2.bc // RUN: %klee --init-env --posix-runtime --exit-on-error %t2.bc --sym-arg 10 >%t.log -// RUN: test -f klee-last/test000001.bout -// RUN: test -f klee-last/test000002.bout +// RUN: test -f klee-last/test000001.ktest +// RUN: test -f klee-last/test000002.ktest // RUN: grep -q "No" %t.log // RUN: grep -qv "Yes" %t.log |