Skip to content

Commit e9b385a

Browse files
committed
Removed code used in local test environment
1 parent 5c54027 commit e9b385a

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

tests/tests.cpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@
77
#include <cstdio> // std::remove
88
#include <cstring> // std::strncmp
99

10-
#ifdef _DEBUG
11-
#pragma comment(lib, "Catch2d.Lib")
12-
//#pragma comment(lib, "manual-link/Catch2Maind.Lib")
13-
#else
14-
#pragma comment(lib, "Catch2.Lib")
15-
//#pragma comment(lib, "manual-link/Catch2Main.Lib")
16-
#endif
17-
1810
using namespace sqlite_orm;
1911

2012
TEST_CASE("Limits") {

0 commit comments

Comments
 (0)