From 5732990c805948249bdc3d43a52cfe050ad66a95 Mon Sep 17 00:00:00 2001 From: Cristian Cadar Date: Tue, 30 Jul 2019 12:34:27 +0100 Subject: Use #include "klee/..." (instead of #include ) consistently. --- test/regression/2014-09-13-debug-info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/regression/2014-09-13-debug-info.c') diff --git a/test/regression/2014-09-13-debug-info.c b/test/regression/2014-09-13-debug-info.c index 39b276a3..5cad27f3 100644 --- a/test/regression/2014-09-13-debug-info.c +++ b/test/regression/2014-09-13-debug-info.c @@ -16,7 +16,7 @@ // CHECK: object 0: int : 32 // CHECK: object 0: int : 99 -#include +#include "klee/klee.h" void f0(void) {} void f1(void) {} -- cgit 1.4.1