diff options
author | MartinNowack <2443641+MartinNowack@users.noreply.github.com> | 2024-02-05 10:22:34 +0000 |
---|---|---|
committer | Cristian Cadar <c.cadar@imperial.ac.uk> | 2024-02-08 13:17:19 +0000 |
commit | 9336cd28f6e58c2f9bc01ec3dbf3930688ad0287 (patch) | |
tree | eb316d218f57dcd8dabc9604f4d87522e21daf8c /test/regression/2017-11-01-test-with-empty-varname.c | |
parent | 2ad2aef41451a2eea07a2b2989d748c19866151f (diff) | |
download | klee-9336cd28f6e58c2f9bc01ec3dbf3930688ad0287.tar.gz |
Add space between include and main function for updated test cases
Co-authored-by: Daniel Schemmel <danielschemmel@users.noreply.github.com> (cherry picked from commit 1ea1a7576300a4da01d925df42db109660ef54d2)
Diffstat (limited to 'test/regression/2017-11-01-test-with-empty-varname.c')
-rw-r--r-- | test/regression/2017-11-01-test-with-empty-varname.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/regression/2017-11-01-test-with-empty-varname.c b/test/regression/2017-11-01-test-with-empty-varname.c index 578043ad..2aa9754e 100644 --- a/test/regression/2017-11-01-test-with-empty-varname.c +++ b/test/regression/2017-11-01-test-with-empty-varname.c @@ -3,6 +3,7 @@ // RUN: %klee --output-dir=%t.klee-out %t1.bc // RUN: FileCheck %s --input-file=%t.klee-out/warnings.txt #include "klee/klee.h" + int main() { unsigned a; |