Browse Source

[1704] Change task name of object

Mukund Sivaraman 13 years ago
parent
commit
162e151110
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/util/tests/interprocess_sync_file_unittest.cc

+ 1 - 1
src/lib/util/tests/interprocess_sync_file_unittest.cc

@@ -111,7 +111,7 @@ TEST(InterprocessSyncFileTest, TestMultipleFilesDirect) {
 }
 
 TEST(InterprocessSyncFileTest, TestMultipleFilesForked) {
-  InterprocessSyncFile sync("test");
+  InterprocessSyncFile sync("test1");
   InterprocessSyncLocker locker(sync);
 
   EXPECT_TRUE(locker.lock());