summaryrefslogtreecommitdiff
path: root/fuzz
diff options
context:
space:
mode:
authorCraig Hesling <hesling@chromium.org>2019-06-14 14:27:10 -0700
committerCommit Bot <commit-bot@chromium.org>2019-06-15 04:16:20 +0000
commita2139727d703e3b2f5ca9fed4a9bafe503e30fbd (patch)
treec64cabbcc3324f7f300c2c1006e3ec4e891ab61e /fuzz
parent2691e10a923192b83a1d7b8f8b2bad9c7c280add (diff)
downloadchrome-ec-a2139727d703e3b2f5ca9fed4a9bafe503e30fbd.tar.gz
fuzz: Cleanup test_config.h and fuzz_config.h
This removes the remaining fuzz config that was left in test_config.h. This section had already been duplicated in fuzz_config.h, without being removed from test_config.h. See the original migration CL crrev.com/c/1180179 for more info. BRANCH=none BUG=none TEST=make runtests V=1 -j Change-Id: Icd7158417ac184d7723828e62b968f7f0aa4bfbc Signed-off-by: Craig Hesling <hesling@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1660126 Reviewed-by: Allen Webb <allenwebb@google.com>
Diffstat (limited to 'fuzz')
-rw-r--r--fuzz/fuzz_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fuzz/fuzz_config.h b/fuzz/fuzz_config.h
index dd2cdc5ae9..cbc0332ab0 100644
--- a/fuzz/fuzz_config.h
+++ b/fuzz/fuzz_config.h
@@ -109,4 +109,4 @@ enum nvmem_users {
#endif /* TEST_USB_PD_FUZZ */
#endif /* TEST_FUZZ */
-#endif /* __TEST_TEST_CONFIG_H */
+#endif /* __FUZZ_FUZZ_CONFIG_H */