From 88e1e0f90eda8c562f5dcf5eaafc45cf2de3522f Mon Sep 17 00:00:00 2001 From: Martin Nowack Date: Thu, 6 Sep 2018 11:29:25 +0100 Subject: Unify the error message if that function has not been found. --- test/regression/2016-08-12-empty-file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/regression/2016-08-12-empty-file.c') 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. -- cgit 1.4.1