about summary refs log tree commit diff homepage
path: root/test/regression/2017-11-01-test-with-empty-varname.c
diff options
context:
space:
mode:
authorMartinNowack <2443641+MartinNowack@users.noreply.github.com>2024-02-05 10:22:34 +0000
committerCristian Cadar <c.cadar@imperial.ac.uk>2024-02-08 13:17:19 +0000
commit9336cd28f6e58c2f9bc01ec3dbf3930688ad0287 (patch)
treeeb316d218f57dcd8dabc9604f4d87522e21daf8c /test/regression/2017-11-01-test-with-empty-varname.c
parent2ad2aef41451a2eea07a2b2989d748c19866151f (diff)
downloadklee-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.c1
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;