Skip to content

Commit 1099a31

Browse files
tsayukovGazizonoki
authored andcommitted
Issue #91 remove googletest from contrib (#116)
--------- Co-authored-by: Bulat <[email protected]> Co-authored-by: Bulat Gayazov <[email protected]>
1 parent 82e5be5 commit 1099a31

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

library/cpp/testing/unittest/junit.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
#include <io.h>
2626
#endif
2727

28-
#include <fstream>
29-
#include <iostream>
3028
#include <string_view>
3129

3230
namespace NUnitTest {

library/cpp/testing/unittest/utmain.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
#include <iostream>
3939
#include <string>
4040

41+
#include <format>
42+
#include <string>
43+
#include <iostream>
44+
4145
#if defined(_win_)
4246
#include <fcntl.h>
4347
#include <io.h>

0 commit comments

Comments
 (0)