diff options
Diffstat (limited to 'test/regression/2016-08-12-empty-file.c')
-rw-r--r-- | test/regression/2016-08-12-empty-file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regression/2016-08-12-empty-file.c b/test/regression/2016-08-12-empty-file.c index b9650278..fd093d57 100644 --- a/test/regression/2016-08-12-empty-file.c +++ b/test/regression/2016-08-12-empty-file.c @@ -7,4 +7,4 @@ // RUN: not %klee --output-dir=%t.klee-out --posix-runtime %t.bc >%t1.log 2>&1 // RUN: FileCheck -input-file=%t1.log -check-prefix=CHECK-MAIN-NOT-FOUND %s -// CHECK-MAIN-NOT-FOUND: 'main' function not found in module. +// CHECK-MAIN-NOT-FOUND: Entry function 'main' not found in module. |