Skip to content

Commit 3d9cee5

Browse files
ai-edge-botcopybara-github
authored andcommitted
Automated Code Change
LiteRT-PiperOrigin-RevId: 820191246
1 parent be35f6c commit 3d9cee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

litert/test/common.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Expected<UniqueTestDirectory> UniqueTestDirectory::Create() {
5151
ABSL_CONST_INIT static absl::Mutex mutex(absl::kConstInit);
5252

5353
// We don't want multiple threads to create the same directory.
54-
absl::MutexLock l(&mutex);
54+
absl::MutexLock l(mutex);
5555

5656
auto tmp_dir = std::filesystem::temp_directory_path();
5757
std::random_device dev;

0 commit comments

Comments
 (0)