From 3870e7522c466a9143677307a4b4945cecdc6576 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Thu, 21 Apr 2022 23:09:29 -0500 Subject: [PATCH] Cleanup: Bad data and incorrect include in f_file. --- level_0/f_file/data/build/settings-mocks | 1 - level_0/f_file/tests/unit/c/mock-file.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/level_0/f_file/data/build/settings-mocks b/level_0/f_file/data/build/settings-mocks index 729cf57..0fd2e18 100644 --- a/level_0/f_file/data/build/settings-mocks +++ b/level_0/f_file/data/build/settings-mocks @@ -55,7 +55,6 @@ flags-clang -Wno-logical-op-parentheses flags-test -fstack-protector flags_library -fPIC -close read write # Inject mocks. flags -Wl,--wrap=access diff --git a/level_0/f_file/tests/unit/c/mock-file.h b/level_0/f_file/tests/unit/c/mock-file.h index a33f134..386e967 100644 --- a/level_0/f_file/tests/unit/c/mock-file.h +++ b/level_0/f_file/tests/unit/c/mock-file.h @@ -20,7 +20,7 @@ #include // FLL-0 includes. -#include +#include #ifdef __cplusplus extern "C" { -- 1.8.3.1