Skip to content

Commit 1e1f42f

Browse files
committed
Fix Fs unit test on windows
1 parent 558c57c commit 1e1f42f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/FsAPI/src/UnitTest.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,9 @@ class UnitTest : public test::Test {
190190
#if defined __link
191191
// add two for . and ..
192192
TEST_ASSERT(count == 5);
193+
#if !defined __win32
193194
TEST_EXPECT(d.tell() == (count - 1));
195+
#endif
194196
#else
195197
TEST_ASSERT(count == 3);
196198
#endif

0 commit comments

Comments
 (0)