summaryrefslogtreecommitdiffstats
path: root/util/system/file_ut.cpp
diff options
context:
space:
mode:
authoraosipenko <[email protected]>2022-02-10 16:48:08 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:48:08 +0300
commit69e3c43df1c96bc2ac8946bf4dfb1f5fc438ff7f (patch)
treeb222e5ac2e2e98872661c51ccceee5da0d291e13 /util/system/file_ut.cpp
parent948fd24d47d4b3b7815aaef1686aea00ef3f4288 (diff)
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/system/file_ut.cpp')
-rw-r--r--util/system/file_ut.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/system/file_ut.cpp b/util/system/file_ut.cpp
index d22f412b37f..941e6a50f3d 100644
--- a/util/system/file_ut.cpp
+++ b/util/system/file_ut.cpp
@@ -143,7 +143,7 @@ void TFileTest::TestOpen() {
UNIT_ASSERT_VALUES_EQUAL(f1.GetLength(), 0);
try {
- TFile f2("f1.txt", CreateNew);
+ TFile f2("f1.txt", CreateNew);
} catch (const yexception& e) {
res = e.what();
}
@@ -163,7 +163,7 @@ void TFileTest::TestOpenSync() {
}
void TFileTest::TestRW() {
- TFile f1("f1.txt", CreateNew);
+ TFile f1("f1.txt", CreateNew);
UNIT_ASSERT(f1.IsOpen());
UNIT_ASSERT_VALUES_EQUAL(f1.GetName(), "f1.txt");
UNIT_ASSERT_VALUES_EQUAL(f1.GetLength(), 0);