aboutsummaryrefslogtreecommitdiff
path: root/pw_kvs/key_value_store_test.cc
diff options
context:
space:
mode:
authorRob Mohr <mohrr@google.com>2020-05-31 08:19:36 -0700
committerRob Mohr <mohrr@google.com>2020-05-31 08:19:36 -0700
commit044065e40a26011db92b9d28524c69af164971c3 (patch)
treece691d6d54c79963c4a2571d42fee60235f95536 /pw_kvs/key_value_store_test.cc
parent3e0955b06ee2f11ecf5ef555372a11d52722eb07 (diff)
downloadpigweed-044065e40a26011db92b9d28524c69af164971c3.tar.gz
roll: clang
From: git_revision:65f58878e72a40d68ef3899c766846ee9ec7cf29 To: git_revision:dd484baffdf4a92e564c38a17d35a742e633b0e0 CQ-Do-Not-Cancel-Tryjobs: true Change-Id: Id143184f2eb6ca9bdd7f71d72bf03c57459e768c
Diffstat (limited to 'pw_kvs/key_value_store_test.cc')
-rw-r--r--pw_kvs/key_value_store_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw_kvs/key_value_store_test.cc b/pw_kvs/key_value_store_test.cc
index 2b044b2de..345a56bac 100644
--- a/pw_kvs/key_value_store_test.cc
+++ b/pw_kvs/key_value_store_test.cc
@@ -163,7 +163,7 @@ FakeFlashMemoryBuffer<1024, 60> large_test_flash(8);
FlashPartition large_test_partition(&large_test_flash,
0,
large_test_flash.sector_count());
-#else // TODO: Test with real flash
+#else // TODO: Test with real flash
FlashPartition& test_partition = FlashExternalTestPartition();
#endif // USE_MEMORY_BUFFER