Skip to content

Commit e4a66ac

Browse files
committed
fix: fuck you windows systems
1 parent 6b348c6 commit e4a66ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/log/file_logger_test.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ TEST(FileLogger, FirstWrite) {
6666
}
6767

6868
BENCHMARK(FileLogger, WriteRate) {
69-
#ifdef __APPLE__
69+
#ifndef __linux__
7070
// not use mac for benchmark
7171
SKIP()
7272
#endif

0 commit comments

Comments
 (0)