about summary refs log tree commit diff homepage
path: root/test/Feature/MultipleFreeResolution.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Feature/MultipleFreeResolution.c')
-rw-r--r--test/Feature/MultipleFreeResolution.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/MultipleFreeResolution.c b/test/Feature/MultipleFreeResolution.c
index 872d6856..8a36f459 100644
--- a/test/Feature/MultipleFreeResolution.c
+++ b/test/Feature/MultipleFreeResolution.c
@@ -1,6 +1,6 @@
 // RUN: %llvmgcc %s -emit-llvm -O0 -c -o %t1.bc
 // RUN: %klee --emit-all-errors %t1.bc
-// RUN: ls klee-last/ | grep .out | wc -l | grep 4
+// RUN: ls klee-last/ | grep .ktest | wc -l | grep 4
 // RUN: ls klee-last/ | grep .err | wc -l | grep 3
 
 #include <stdlib.h>