Skip to content

Commit 22b25c8

Browse files
committed
Tests in all platforms
1 parent c626150 commit 22b25c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/src/arrow/io/file_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ TEST_F(TestFileOutputStream, FileNameWideCharConversionRangeException) {
114114
ASSERT_RAISES(Invalid, FileOutputStream::Open(file_name));
115115
ASSERT_RAISES(Invalid, ReadableFile::Open(file_name));
116116
}
117+
#endif
117118

118119
TEST_F(TestFileOutputStream, FileNameValidUtf8) {
119120
// Test that file operations work with UTF-8 filenames (Korean + emoji).
@@ -134,7 +135,6 @@ TEST_F(TestFileOutputStream, FileNameValidUtf8) {
134135
std::string(data));
135136
ASSERT_OK(readable_file->Close());
136137
}
137-
#endif
138138

139139
TEST_F(TestFileOutputStream, DestructorClosesFile) {
140140
int fd_file;

0 commit comments

Comments
 (0)