aboutsummaryrefslogtreecommitdiff
path: root/hal/tests
diff options
context:
space:
mode:
Diffstat (limited to 'hal/tests')
-rw-r--r--hal/tests/nvram_hal_test.cc2
-rw-r--r--hal/tests/scoped_nvram_device.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/hal/tests/nvram_hal_test.cc b/hal/tests/nvram_hal_test.cc
index 18373bb..5447f8a 100644
--- a/hal/tests/nvram_hal_test.cc
+++ b/hal/tests/nvram_hal_test.cc
@@ -550,4 +550,4 @@ TEST(NVRAMModuleTest, ReadWriteSpaceDoesNotExist) {
device.EnableReadLock(index, kNoAuth));
}
-} // namespace
+} // namespace nvram
diff --git a/hal/tests/scoped_nvram_device.cc b/hal/tests/scoped_nvram_device.cc
index 3a001f3..fab59f4 100644
--- a/hal/tests/scoped_nvram_device.cc
+++ b/hal/tests/scoped_nvram_device.cc
@@ -233,4 +233,4 @@ nvram_result_t ScopedNvramDevice::EnableReadLock(
authorization_value.size());
}
-} // namespace nvram_client
+} // namespace nvram