summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index 2bbc24d684..def017e214 100644
--- a/include/common.h
+++ b/include/common.h
@@ -134,7 +134,7 @@
#define __warn_unused_result __attribute__((warn_unused_result))
#endif
-#ifdef TEST_CR50_FUZZ
+#ifdef TEST_PINWEAVER_FUZZ
/**
* Workaround: Clang incorrectly handles profiling information
* used for fuzzing with __attribute__((always_inline)).