From 9336cd28f6e58c2f9bc01ec3dbf3930688ad0287 Mon Sep 17 00:00:00 2001 From: MartinNowack <2443641+MartinNowack@users.noreply.github.com> Date: Mon, 5 Feb 2024 10:22:34 +0000 Subject: Add space between include and main function for updated test cases Co-authored-by: Daniel Schemmel (cherry picked from commit 1ea1a7576300a4da01d925df42db109660ef54d2) --- test/regression/2017-02-21-pathOS-id.c | 1 + 1 file changed, 1 insertion(+) (limited to 'test/regression/2017-02-21-pathOS-id.c') diff --git a/test/regression/2017-02-21-pathOS-id.c b/test/regression/2017-02-21-pathOS-id.c index 112875de..2430f675 100644 --- a/test/regression/2017-02-21-pathOS-id.c +++ b/test/regression/2017-02-21-pathOS-id.c @@ -8,6 +8,7 @@ #include "klee/klee.h" #include "stdlib.h" + int main(){ int a, b; klee_make_symbolic (&a, sizeof(int), "a"); -- cgit 1.4.1