diff options
author | Martin Nowack <m.nowack@imperial.ac.uk> | 2018-09-06 11:29:25 +0100 |
---|---|---|
committer | Cristian Cadar <c.cadar@imperial.ac.uk> | 2018-09-10 15:24:17 +0100 |
commit | 88e1e0f90eda8c562f5dcf5eaafc45cf2de3522f (patch) | |
tree | 5c2e512ce315d158868c2c117296ed518a5fd0d7 /test/regression | |
parent | 83fcf1504597b2ee77276d287e70bd0ae8d201ec (diff) | |
download | klee-88e1e0f90eda8c562f5dcf5eaafc45cf2de3522f.tar.gz |
Unify the error message if that function has not been found.
Diffstat (limited to 'test/regression')
-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. |