diff options
Diffstat (limited to 'test/buildtool/file_system/git_repo.test.cpp')
-rw-r--r-- | test/buildtool/file_system/git_repo.test.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/buildtool/file_system/git_repo.test.cpp b/test/buildtool/file_system/git_repo.test.cpp index d2c0f1c3..69ab7e6c 100644 --- a/test/buildtool/file_system/git_repo.test.cpp +++ b/test/buildtool/file_system/git_repo.test.cpp @@ -26,9 +26,9 @@ namespace { auto const kBundlePath = std::string{"test/buildtool/file_system/data/test_repo_symlinks.bundle"}; auto const kRootCommit = - std::string{"3a8dc005262e2ea32d48dbe123e1dabe20e039c1"}; -auto const kRootId = std::string{"e00aa80fd1600090930c7ec0b7146028693074bf"}; -auto const kBazId = std::string{"9df184c5a0b324f488176432724deae97adaace8"}; + std::string{"3ecce3f5b19ad7941c6354d65d841590662f33ef"}; +auto const kRootId = std::string{"18770dacfe14c15d88450c21c16668e13ab0e7f9"}; +auto const kBazId = std::string{"1868f82682c290f0b1db3cacd092727eef1fa57f"}; } // namespace |