aboutsummaryrefslogtreecommitdiff
path: root/pw_tokenizer/detokenize_fuzzer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'pw_tokenizer/detokenize_fuzzer.cc')
-rw-r--r--pw_tokenizer/detokenize_fuzzer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw_tokenizer/detokenize_fuzzer.cc b/pw_tokenizer/detokenize_fuzzer.cc
index d7d36c15e..e96438d31 100644
--- a/pw_tokenizer/detokenize_fuzzer.cc
+++ b/pw_tokenizer/detokenize_fuzzer.cc
@@ -44,7 +44,7 @@ enum DetokenizeBufferArgumentType : uint8_t {
// database, we construct a minimal database with 4 entries out of a string
// literal array that matches the token database format (see token_database.h
// for detailed info on the database entry format)
-alignas(TokenDatabase::RawEntry) constexpr char kBasicData[] =
+constexpr char kBasicData[] =
"TOKENS\0\0"
"\x04\x00\x00\x00"
"\0\0\0\0"