diff options
| author | tender-bum <[email protected]> | 2022-02-10 16:50:01 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:50:01 +0300 |
| commit | c78b06a63de7beec995c1007bc5332bdf3d75b69 (patch) | |
| tree | 729de992758f40b85278d4abaad655be5dd68dbc /util/system/filemap_ut.cpp | |
| parent | 95ab23a39b5482a434361566cabdd5b0a433cb43 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/system/filemap_ut.cpp')
| -rw-r--r-- | util/system/filemap_ut.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/system/filemap_ut.cpp b/util/system/filemap_ut.cpp index 73f109dc880..722fd2237b2 100644 --- a/util/system/filemap_ut.cpp +++ b/util/system/filemap_ut.cpp @@ -164,10 +164,10 @@ Y_UNIT_TEST_SUITE(TFileMapTest) { file.Close(); // Make 16 maps of our file, which would require 16*128M = 2Gb and exceed our 1Gb limit - TVector<THolder<TFileMap>> maps; + TVector<THolder<TFileMap>> maps; for (int i = 0; i < 16; ++i) { - maps.emplace_back(MakeHolder<TFileMap>(FileName_, TMemoryMapCommon::oRdOnly | TMemoryMapCommon::oNotGreedy)); + maps.emplace_back(MakeHolder<TFileMap>(FileName_, TMemoryMapCommon::oRdOnly | TMemoryMapCommon::oNotGreedy)); maps.back()->Map(i * sizeof(page), sizeof(page)); } |
