Skip to content

Commit 24e3e28

Browse files
committed
Revert "Fix util/system/direct_io_ut (#164)"
This reverts commit 9ac7ed9.
1 parent 043286f commit 24e3e28

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

util/stream/direct_io_ut.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
#include <util/generic/string.h>
44
#include <util/generic/array_size.h>
5-
#include <util/system/fs.h>
65

76
#include "buffered.h"
87
#include "direct_io.h"
@@ -55,7 +54,6 @@ Y_UNIT_TEST_SUITE(TDirectIOTests) {
5554
}
5655

5756
UNIT_ASSERT_VALUES_EQUAL(bytesRead, numBufToWrite * BUFFER_SIZE);
58-
NFs::Remove(fileName);
5957
}
6058

6159
Y_UNIT_TEST(ReadWriteTest) {

0 commit comments

Comments
 (0)