Skip to content

Commit d14739f

Browse files
committed
Disabled test_memory_leaks.cpp for linux
1 parent 9981198 commit d14739f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ Official Source Code: https://github.com/wsjcpp/wsjcpp-yaml
2727
#include <iostream>
2828
#include <fstream>
2929
#include <wsjcpp_yaml.h>
30+
31+
#ifndef WINDOWS
32+
3033
#include "get_current_rss.h"
3134
#include "process_mem_usage.h"
3235

@@ -92,4 +95,6 @@ int main() {
9295
}
9396

9497
return 0;
95-
}
98+
}
99+
100+
#endif

0 commit comments

Comments
 (0)