From bcfc431c7133fb93f93c1768fd900f049e365323 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Wed, 3 Jun 2009 02:55:55 +0000 Subject: 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 --- test/Runtime/POSIX/FilePerm.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/Runtime/POSIX/FilePerm.c') diff --git a/test/Runtime/POSIX/FilePerm.c b/test/Runtime/POSIX/FilePerm.c index 818d482f..0cb0a7e8 100644 --- a/test/Runtime/POSIX/FilePerm.c +++ b/test/Runtime/POSIX/FilePerm.c @@ -1,8 +1,8 @@ // RUN: %llvmgcc %s -emit-llvm -O0 -c -o %t.bc // RUN: %klee --posix-runtime --init-env %t.bc --sym-files 1 10 --sym-stdout 2>%t.log -// RUN: test -f klee-last/test000001.bout -// RUN: test -f klee-last/test000002.bout -// RUN: test -f klee-last/test000003.bout +// RUN: test -f klee-last/test000001.ktest +// RUN: test -f klee-last/test000002.ktest +// RUN: test -f klee-last/test000003.ktest #include #include -- cgit 1.4.1